Introducing Docker and Containers

Introducing Docker and Containers

In this section, we will practice some basic commands about Docker and understand the concept of Container.

Run Docker on AWS

AWS provides support for both Docker commercial and open source solutions. There are many ways to run containers on AWS, including Amazon Elastic Container Service (ECS) which is an extremely flexible and high-performance container management service. Customers can easily deploy their containerized applications from their local Docker environment straight to Amazon ECS.

AWS Fargate is a technology for Amazon ECS that allows you to run containers in production without needing to deploy or manage infrastructure. AWS Fargate is technology for Amazon ECS that allows you to run containers without provisioning or managing servers.

Amazon Elastic Container Registry (ECR) is a secure and highly available private container repository that makes it easy to store and manage your Docker container images, encrypting and compressing images in storage for future use. Extraction is fast and secure.

Content

  1. Docker Basic
  2. Container image