Wednesday, July 3, 2019

AWS Fargate-Docker-Microservices

How Docker works
Docker works by providing a standard way to run your code. Docker is an operating system for containers. Similar to how a virtual machine virtualizes (removes the need to directly manage) server hardware, containers virtualize the operating system of a server. Docker is installed on each server and provides simple commands you can use to build, start, or stop containers.

For more details:
https://aws.amazon.com/docker/


AWS Fargate is a technology for Amazon ECS that lets you run Docker containers without deploying or managing infrastructure

For more details:
https://github.com/aws-samples/amazon-ecs-mythicalmysfits-workshop/tree/master/workshop-1


No comments:

Post a Comment