Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docker - Coggle Diagram
Docker
-
ECR (image)
Features:
- Store, manage and deploy Docker containers on AWS
- Pay for what I use
- Fully integrated with ECS and IAM for security
- Backed by S3
- Support Image Vulnerability Scanning, Versioning, Tag, Image lifecycle
Features:
- Is a software development platform to deploy apps
- Apps are packaged in containers that can be run on any OS
- Is not VM
- Resources are shared with the host (many containers on 1 server) (image)
- Docker Primer (image)
Where are Docker images stored?
- Stored in Docker Repositories
- 3 options:
- Public Docker Hub
- Private: Amazon Elastic Container Registry (ECR)
- Public: Amazon ECR Public
Pros:
- Can run on any machine
- No compatibility issues
- Predictable behavior
- Less work
- Easier to maintain and deploy
- Works with any language, OS or technology