Hasan's Post

Tutorial repository

View on GitHub
23 September 2021

Introduction to Building Containerized Applications on AWS

by Hasan

Containers Described

Terminology

  1. Container
  2. Image
  3. Registry

Container

Image

Often an image contains only the application. So when its deployed it only takes a small amount of space in the disk.

Registry

Docker basics

Docker CLI

Docker Daemon (Secratory)

Docker Image Registery (Bank)

TL:DR

Docker Files and semantics

Docker Images: Union File Systems and Copy on Write

Union File Systems

*TL:DR

Docker CLI and Logging

Amazon Elastic Container Registry (ECR)

Elastic Beanstalk

tags: