From da98993f54d250b7829cd766835efd38d8324019 Mon Sep 17 00:00:00 2001 From: Chris Shantz <mnshantz@uwaterloo.ca> Date: Thu, 11 Oct 2018 09:00:46 -0400 Subject: [PATCH] Update readme.md con't updating readme for docker. --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index c016ec6..18a0ec0 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,8 @@ Once that's done you can create the containers, running with -d runs them in det ```bash 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: ```bash @@ -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: -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: -- GitLab