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

Added readme to this branch.

parent 554c2da6
No related branches found
No related tags found
No related merge requests found
# WCMS Docker setup
**CAUTION!** This Docker box is meant for local development only. This set up is not hardened and is not secure, so
only us it as a local development environment.
First we need to build the images:
```bash
docker-compose build --no-cache
```
Once that's done you can create the containers, running with -d runs them in detached mode:
```bash
docker-compose up -d
```
To check that all the boxes are running:
```bash
docker-compose ps
```
portainer can be accessed at :9000 you can use this to easily log in to the web container to run the profile rebuild etc.
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
```
\ No newline at end of file
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