How to Setup Docker Compose on Ubuntu in AWS (2 Min Deployment) Docker Engine / Containers

preview_player
Показать описание
How to Setup/Install Docker Compose on Ubuntu in AWS: Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your applications services. Then, with a single command, you create and start all the services from your configuration.

When you're developing software, the ability to run an application in an isolated environment and interact with it is crucial. The Compose command line tool can be used to create the environment and interact with it.

This video demonstrates how to setup/install Docker Compose on AWS.

Enjoy the Video.

⏰Timestamps⏰
00:00 Intro Docker Compose
00:22 Creating Docker Compose Ubuntu VM Instance
01:49 Connecting to SSH Terminal
02:17 Starting Docker Services
02:43 Run Docker "Hello-World" Container Template
03:00 Verify Docker-Compose Installation
03:15 Deploy Web Application with Docker-Compose
04:40 Output of Web Application
05:01 Outro Docker Compose Ubuntu

🔗 Deploy Docker Compose Server on Ubuntu Server 20.04 from AWS Marketplace listing:

🔗 How to Setup Docker Compose on Ubuntu on AWS Blog Post:

🔗 Docker Compose Documentation (Getting Started / Basic Python Web-Application):

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
Рекомендации по теме
Комментарии
Автор

🔗 Deploy Docker Compose Server on Ubuntu Server 20.04 from AWS Marketplace listing:

🔗 How to Setup Docker Compose on Ubuntu on AWS Blog Post:

🔗 Docker Compose Documentation (Getting Started / Basic Python Web-Application):

cloudinfrastructureservices