Docker Docs
Documentation on getting started with containerizing applications/services in docker, using docker-compose.
Documentation is broken down into the sections below:
Project Structure
Structuring project to prepare for docker.
Dockerfile
Core Docker configuration for building custom containers.
Docker Compose
Simplified YAML Configuration for Docker stack.
Docker Ignore
Area to define things that Docker should not touch.
Environment File
Simply and securely defining sensitive variables for containers.