Introduction to Docker & Amazon ECS
What is docker?
Docker is a software development platform. It’s based on the concept of containerization. It wraps the application along with all its dependencies into a single container image. This container can be deployed on any platform to run th...
aarthy15.hashnode.dev4 min read
Andrew Brown
AWS Community Hero
A short and sweet introduction to docker and ECS. 😊 Maybe next an article on migrating a workload from ECS to Fargate?