Giulianini / Docker101

Docker from zero to hero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker from zero to hero

License:MIT License


Languages

Language:Python 61.9%Language:Shell 35.9%Language:Dockerfile 2.2%