Skip to content
Snippets Groups Projects
Commit da98993f authored by Chris Shantz's avatar Chris Shantz
Browse files

Update readme.md con't updating readme for docker.

parent b210873d
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ Once that's done you can create the containers, running with -d runs them in det ...@@ -35,6 +35,8 @@ Once that's done you can create the containers, running with -d runs them in det
```bash ```bash
docker-compose up -d docker-compose up -d
``` ```
If you get an error running docker-compose related to `wincred` go to `~/.docker/config.json` and remove the `"credstore":"wincred"` but leave the curly braces `{}` and save the file.
To check that all the boxes are running: To check that all the boxes are running:
```bash ```bash
...@@ -44,18 +46,16 @@ If all containers say up, you are good to proceed to the next step. ...@@ -44,18 +46,16 @@ If all containers say up, you are good to proceed to the next step.
Next we will need to run the profile rebuild for either our Drupal 7 or Drupal 8 container: Next we will need to run the profile rebuild for either our Drupal 7 or Drupal 8 container:
in the URL: http://docker:9000 go to the URL: http://docker:9000
Portainer can be accessed at port :9000 you can use Portainer to easily log in to the web container to run the profile rebuild the base profile or run composer etc... You can use Portainer to easily log in to the web container to run the profile rebuild the base profile or run composer etc...
Go to Containers (http://docker:9000/#/containers) and under "Quick Actions" look for the console icon, it looks like this `>_`
If you get an error running docker-compose related to `wincred` go to `~/.docker/config.json` and remove the `"credstore":"wincred"` but leave the curly braces `{}` and save the file. On the Drupal 7 container you can log in as root on the Drupal 8 container change the log in to vagrant.
To check the ip address of your docker machine: Once in, you can update the profile as you would using wcms-vagrant.
```bash
docker-machine ip default
```
On Windows, if you get the error: On Windows, if you get the error:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment