- To get started see the PREREQUISITES.md file. This will run though what you need to get started.
- If you get stuck see the HELP.md file for solutions.
- Presentation: Docker-101.pdf
This introduction is incremental - go through these in order:
- Hello Docker - simple hello world example
- Ubuntu - quickly spin up an Ubuntu container
- CommandBox - quickly spin up a Lucee server
- Dockerfile - intro to building images
- Docker Compose - Mailhog
- Docker Compose - ColdFusion
- Docker Compose - Database
- CI - Codechecker - Using Docker in a CI environment
- Final Clean Up