Docker build for local environment setup at Taylor University. Please read through Section 1 before setting up your environment. We
Instructions are using the following tools:
For Microsoft VS Code, it is suggested to use the following extensions:
- Docker by Microsoft
- Live Share by Microsoft (not required)
More detailed information, please see DotCMS Documentation about multiple container builds
- Get latest dotCMS image for DockerHub
docker-compose pull
- Run the build
docker-compose up
- Access your local site at http://localhost:8080/.
- Check that everything is correct so far. You should see two containers running(application and database)
docker ps