introduction-to-docker icon indicating copy to clipboard operation
introduction-to-docker copied to clipboard

Introduction to Docker Lecture Notes from Kaan Keskin, Taha Osman Sarıaslan and Semih Teker.

Introduction to Docker

Editors: Taha Osman Sarıaslan, Semih Teker, Kaan Keskin

Date: October 2021

Available at: https://github.com/kaan-keskin/introduction-to-docker

Resources:

  • Docker Deep Dive - Zero to Docker in a single book - Nigel Poulton @nigelpoulton
  • Containers Fundamentals (LFS253) - Linux Foundation
  • DevOps Lecture Notes - California Institute of Technology
  • Wikipedia - www.wikipedia.com

LEGAL NOTICE: This document is created for educational purposes, and it can not be used for any commercial intentions. If you find this document useful in any means please support the original authors for ethical reasons.

Please visit this page and buy kindle/digital version of the book: https://www.amazon.com/Docker-Deep-Dive-Nigel-Poulton-ebook/dp/B01LXWQUFF/

Content

  • Introduction
  • The Big Picture
  • The Docker Engine
  • Images
  • Containers
  • Containerizing an app
  • Deploying Apps with Docker Compose
  • Docker Swarm
  • Container Networking
  • Volumes and Persistent Data
  • Deploying apps with Docker Stacks
  • Runtime and Containers Security
  • Security in Docker