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

Update README.md added docker-machine ip

parent 280a85b7
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,11 @@ To check that all the boxes are running: ...@@ -27,7 +27,11 @@ To check that all the boxes are running:
If you get an error running docker-compose related to `wincred` got to `~/.docker/config.json` and remove the `"credstore":"wincred"` but leave the curly braces `{}` and save the file. If you get an error running docker-compose related to `wincred` got to `~/.docker/config.json` and remove the `"credstore":"wincred"` but leave the curly braces `{}` and save the file.
To check the ip address of your docker machine:
```bash
docker-machine ip default
```
Running **setup.sh** creates a Vagrantfile that will allow you to create a Docker box that (currently) runs Ubuntu 16.04 LTS with Apache 2.4.18, MySQL 5.7 and PHP 5.6.19/7.1.6 as well as Drupal currently at 7.59/8.5. Running **setup.sh** creates a Vagrantfile that will allow you to create a Docker box that (currently) runs Ubuntu 16.04 LTS with Apache 2.4.18, MySQL 5.7 and PHP 5.6.19/7.1.6 as well as Drupal currently at 7.59/8.5.
......
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