Skip to content

Docker tutorial

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

Docker Basics

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

Leave a Reply

Your email address will not be published. Required fields are marked *