Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 679 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 679 Bytes

Docker 101 - Hawaii ColdFusion User Group - February 14th, 2023

Information

  1. To get started see the PREREQUISITES.md file. This will run though what you need to get started.
  2. If you get stuck see the HELP.md file for solutions.
  3. Presentation: Docker-101.pdf

This introduction is incremental - go through these in order:

  1. Hello Docker - simple hello world example
  2. Ubuntu - quickly spin up an Ubuntu container
  3. CommandBox - quickly spin up a Lucee server
  4. Dockerfile - intro to building images
  5. Docker Compose - Mailhog
  6. Docker Compose - ColdFusion
  7. Docker Compose - Database
  8. CI - Codechecker - Using Docker in a CI environment
  9. Final Clean Up