How to Setup Docker Compose on Windows Server 2019 in AWS (Build Windows Containers)

Опубликовано: 29 Сентябрь 2024
на канале: Cloud Infrastructure Services
851
5

How to Setup Docker Compose on Windows Server 2019 in AWS (Build Windows Containers): Docker Compose is used for running multiple containers as a single service. Each of the containers here run in isolation but can interact with each other when required. Docker Compose can build, run & create all the containers using a single YAML file, using a single command.

This video will show how you can setup Docker Compose in AWS

Enjoy the Video.

⏰Timestamps⏰
00:00 Intro to Setup Docker Compose on Windows Server 2019 in AWS
00:23 Build Windows Containers
01:48 Establishing RDP Connection
03:20 Verify Docker Compose
03:38 Install Docker Engine
04:54 Docker Hello World App
06:25 Outro of Setup Docker Compose on Windows Server 2019 in AWS

🔗 Deploy Docker Compose on Windows Server 2019 on AWS Marketplace listing:
https://aws.amazon.com/marketplace/pp...

🔗 Deploy Docker Compose on Windows Server 2016 on AWS Marketplace listing:
https://aws.amazon.com/marketplace/pp...

🔗 How to Setup Docker Compose on Windows Server on AWS Blog Post:
https://cloudinfrastructureservices.c...

Docker Compose Features:
-Multiple isolated environments on a single Docker host
-Preserve volume data when containers are created
-Only recreate containers that have changed
-Variables and moving a composition between environments
-Docker Engine
-You can run Compose apps on a Swarm cluster
-Automated Testing Environments