Introduction
  • Introduction
  • Why docker?
Docker in light speed
  • Pulling docker image for first time and Login and Logout docker registry
  • Starting interactive bash & executing cmd into running containers from outside
  • Creating Python Flask Web application
  • Writing Dockerfile
  • Pushing project into Github
  • Running own docker image for first time
  • Push Docker image to Docker Hub
Elastic Container Registry
  • Building docker image locally
  • Public Repository
  • Private Repository
Amazon Fargate (Serverless compute for containers)
  • Creating cluster for AWS Fargate
  • Creating task for AWS Fargate
  • Running the tasks for the first time
  • Accessing the application and creating more similar tasks
ECS
  • Creating cluster for AWS ECS with EC2
  • Defining Task
  • Running Task
  • Creating and Running Services