Course Overview
Docker has taken the development world by storm in recent years being the first effective tool that wraps up a piece of software in a complete file system package installs it on a server and runs it repeatedly. However until recently it was difficult to do this with micro-architectures composed of numerous containers that all need to work in conjunction with one another. Enter Docker Compose the handiest tool to hit the tech world since Docker. Hereâs everything you need to know…
Â
Learn Docker Compose Inside Out
Define multi-container application environments
Create flexible customisable environments and networks
Transform an existing application into a fully Docker-ised environment
Enhance your Docker experience
Make Your Docker Experience Even More Stress-Free
This Docker Compose online course will make you a DC expert learning the tool from top to bottom. It has been specifically designed for those that already know Docker so youâll skip the baby steps and dive straight in. First youâll cover the basic features using a sample environment gaining an understanding of restarts dependencies and persisting the database with a volume.
After that youâll progress to networks. Youâll take an in-depth look at isolating containers aliases and container names links using external networks and how updates affect networking. Then itâs on to the really good stuff; a section each is dedicated to volumes logging the Compose CLI and âComposing Composeâ (donât worry it wonât be as complicated as it sounds by the time you get there). Â Finally youâll learn about Compose in Production.
The course is organised into logical sections so you can progress at your pace and in your own time. By the end youâll apply what youâve learned to create a large environment for a sample legacy system using all of the features covered in previous sections. Youâll then have the skills and confidence needed to go forth and create your own flexible application environments with Docker Compose.
Â
About Docker Compose
Docker Compose is a useful tool from the people at Docker. It makes defining and running application environments made up of multiple Docker containers even easier and more efficient. Â Up until now starting any more than one or two Docker containers was extremely complicated. With Docker Compose the entire process just got infinitely better.
Â
Target Audience
This course is aimed at developers looking to understand and implement application environments using Docker.
The ideal student is looking to transform an existing âœad hocâ application into a fully Dockerized environment.
Students may also be interested in this course if their goal is simply to understand Docker Compose from top to bottom.
Students with no intention of Dockerizing a multi-container application or seeking only to understand Docker itself may not get much out of this course.
Â
Requirements
Students should have a cursory understanding of Docker including how to create images and run containers
Students should have access to a development machine with Docker installed
This course is not appropriate for students with no prior experience with Docker