Docker Tutorial - How does Docker work

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=C6LtRb1OJuw



Category:
Tutorial
Duration: 21:56
19,452 views
113


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

Docker is a software platform designed to make it easier to create, deploy, and run applications by using containers. It allows developers to package up an application with all the parts it needs in a container, and then ship it out as one package. In this Docker tutorial, we provide an overview of what Docker containers are and why you might want to use them in your software development and deployment.

Watch this video to learn:

- What is Docker and how does it work
- How to run a Docker config file to build container images
- How to use Docker Compose to make multiple containerized processes work together as micro-services that form a fully functioning web application







Tags:
Docker
Docker Tutorial
How does Docker work
How to use Docker