Learn Docker

Intro:

  • Getting started
  • LXD
  • Docker

Example projects:

  • Start a simple web server with mounted document root
  • Build yur own web server image and copy the document root into the image
  • Create your own PHP application with built-in PHP web server
  • Create a simple Docker Compose project
  • Communication of PHP and Apache HTTPD web server with the help of Docker Compose
  • Run multiple Docker Compose projects on the same port using nginx-proxy
  • Protect your web server with HTTP authentication
  • Memory limit test in a Bash container
  • CPU limit test
  • Learn what EXPOSE is and when it matters

Advanced topics

  • Docker network and network namespaces in practice
  • Everything about Docker volumes
Learn Docker
  • Search


© Copyright 2021, Ákos Takács.

Built with Sphinx using a theme provided by Read the Docs.