Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.28 KB

File metadata and controls

30 lines (24 loc) · 1.28 KB

Using The Docker platform

These are overview documents with accumulated examples of components of the docker platform. Dockerfiles, docker-compose.yaml files etc.

my docker hub registry account

docker commands running and building containers

docker-compose commands running and building multi app containers

mysql instance, no Dockerfile, no yaml

Dockerfile (used with docker commands)

docker-compose.yaml (used with docker-compose commands)

Examples from the stickynotes containers

simple howtos