Official repo for Getting Started with Docker video training course by @nigelpoulton
This folder contains the files to build a single-container web app (express, handlebars...)
- Docker hub image: nigelpoulton/gsd:first-ctr
NEEDS UPDATING This folder contains the files to build a multi-container web app with Compose.
- Pthon flask app with redis cache
- Docker hub image: nigelpoulton/gsd:compose-app
This folder contains the files to build a multi-container web app with Swarm Stacks.
- Pthon flask app with redis cache that also returns hostname of container servicing request
- Docker hub image: nigelpoulton/gsd:swarm-stack
The container
, compose
, and swarm
folders are hosting temp files for the next update to the course.