Docker is awesome but can be difficult to understand and remember. Therefore I’ve started to write a mini tutorial to cover some of it’s concepts through examples.
Tutorial
In this tutorial, we cover how to spin up two different basis apps:
- Nodejs express app
- Pythona app
We take a look at the Dockerfiles, how to build their images and run their containers. We take a quick practical look at what steps and flags we use in both cases.
Inspiration
This is inspired by Maximilian Schwarzmüller course Docker & Kubernetes: The Practical Guide on Udemy