/Docker101

Docker from zero to hero

Primary LanguagePythonMIT LicenseMIT

Docker 101

Docker from zero to hero


The repo is structured in an incremental approach to docker and it follows slides sections. Scripts showed in slides are also present in scripts folders.

Docker - Intro

  • Theory behind Docker and virtualization
  • Docker basic commands
  • Containers' lifecycle commands

Docker - Dockerfile

  • Docker images
  • The Dockerfile structure
  • Main dockerfile commands
  • 1 REST API (Flask) example

Docker - Docker Compose

  • Why composing images
  • The Docker compose structure
  • Main docker-compose commands
  • 1 REST API (Flask) example