Today we will learn : 1. What | Why - Docker Compose 2. How to install 3. How to create docker compose file 4. How to use docker compose file to create services 5. Basic Commands TIPS Docker compose : tool for defining & running multi-container docker applications : use yaml files to configure application services (docker-compose.yml) : can start all services with a single command : docker compose up : can stop all services with a single command : docker compose down : can scale up selected services when required Step 1 : install docker compose (already installed on windows and mac with docker) docker-compose -v 2 Ways 1. https://github.com/docker/compose/releases 2. Using PIP pip install -U docker-compose Step 2 : Create docker compose file at any location on your system docker-compose.yml Step 3 : Check the validity of file by command docker-compose config Step 4 : Run docker-compose.yml file by command docker-compose up -d Steps 5 : Bring down application by command docker-compose down TIPS How to scale services —scale docker-compose up -d --scale database=4 References: https://hub.docker.com https://github.com/docker/compose/releases https://docs.docker.com/compose/compose-file/ https://www.google.co.in/search?q=microservices+example&rlz=1C5CHFA_enIN734IN734&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjE3LPQqYfcAhXGpY8KHQHmB4gQ_AUICigB#imgrc=4466IjbSng_wcM: _____________________________________________________________ #DockerCompose #DockerComposeIntroduction #DockerContainers #DockerTutorials #DockerTraining #DevOpsTools #DevOpsTraining #DockerCommands #DockerForBeginners #DockerFreeTutorials #DockerforDevOps DOCKER PLAYLIST https://www.youtube.com/playlist?list=PLhW3qG5bs-L99pQsZ74f-LC-tOEsBp2rK YOUTUBE PLAYLIST https://www.youtube.com/channel/UCTt7pyY-o0eltq14glaG5dg/playlists YOUTUBE https://www.youtube.com/automationstepbystep FACEBOOK https://www.facebook.com/automationstepbystep TWITTER https://twitter.com/automationsbs If you like videos on the channel Automation Step by Step, hit the like button and share with others. Click the SUBSCRIBE button and hit the bell icon to keep getting new videos. ________ ONLINE COURSES TO LEARN ________ Visit - http://automationstepbystep.com/ Ask Raghav- https://bit.ly/2CoJGWf Interviews - https://bit.ly/2NIPPxk All Playlists - https://bit.ly/2LSiezA ------------ Follow ------------ Facebook - https://www.facebook.com/automationstepbystep Twitter - https://twitter.com/automationsbs Youtube - http://youtube.com/automationstepbystep
Today we will learn: What is Docker ? Docker is the world’s leading software container platform Docker makes the process of application deployment very easy a
For online/classroom trainings contact +919886611117, Banglore
Microservices are an essential enabler of agility but developing and deploying them is a challenge. In order for microservices to be loosely coupled,each servic
Docker's popularity has exploded over the last couple of years, especially in the DevOps space, but unless you've spent a lot of time in that area it can be a c
Watch Kelsey Hightower deliver an awesome presentation on Kubernetes via several demos during his keynote talk on the KubeCon 2017. EVENT: KubeCon 2017 SPEAK
Learn Computer Science at http://brilliant.org/jakewright An introduction to Concurrency in Go. The code is available on GitHub https://github.com/jakewright/t
Part 2 - ECS Fargate - https://www.youtube.com/watch?v=w-nEmKwfrx8 How to use AWS ECS to run dockerized application in production - This tutorial demonstrate th
Learn Docker in 20 Minutes Support our Community: -Donate: https://youtube.streamlabs.com/codingtutorials360 -Patreon: https://www.patreon.com/CodingTutorial
Almost everyone uses docker, but without really knowing what it is or does under the hood. To be fair, it just works and the whole thing with namespaces and ima
Containers are a great way to start services with a minimum overhead and little to no configuration issues. This has tremendous advantages in production. But fo
In this episode of Kubernetes Best Practices, Sandeep Dinesh shows how you can build small containers to make your Kubernetes deployments faster and more secure
Course URL: https://www.udemy.com/certified-kubernetes-application-developer/?couponCode=YTBLAUNCH30 A Kubernetes Certification can take your career to a whole
This video covers detailed concepts of docker bridge networking, with demos. Where we take a couple of docker containers and ping them using its IP and containe
In this tutorial I walk you through how to create a docker image, make changes to that image and push that image up to docker hub. I also teach you how to pull
Learn how to define container networks so Docker containers can communicate to each other. This even works when creating containers via a Docker Compose and ad
Docker is all the rage right now. In 12 minutes I'll give you comprehensive introduction to docker, covering: 1. What is Docker 2. Virtual Machines vs. Docker
If you enjoyed this video, be sure to head over to http://techsnips.io to get free access to our entire library of content! Sometimes, you just can't be happ
Will Stern talks about why Docker should be your default tool of choice when you're using microservices. More details about this course, as well as more free le