filmov
tv
Docker Course: Master Docker in 1 Hour (Complete Tutorial)
Показать описание
Learn Docker in one hour with this comprehensive course, containing 10 chapters that go from installation to advanced topics. This complete tutorial will prepare you to harness Docker whenever you need it. To ensure you get the most out of this learning journey, each chapter of this tutorial is complemented by practice exercises, whose instructions you can access towards the end of the video tutorial.
Today, the ability to run applications within Docker containers is indispensable. Before Docker's advent, developers struggled with the 'it works on my machine' problem, where an application could run or fail depending on the environment that it's running in. Traditionally, developers relied on Virtual Machines to run their application reliably across different environments, but virtual machines were too heavy and costly. Docker's emergence in 2013 offered developers the means to deploy applications in small, isolated containers. This tutorial will guide you through how Docker has revolutionized deployment, making it an essential skill for modern development.
This innovation not only ensured consistency across different environments, but it also solved the scalability problem that previously plagued ecosystems with virtual machines. By the end of this tutorial, you'll understand how Docker can be used to eliminate the 'it works on my machine' problem, ensuring your applications run smoothly anywhere.
CHAPTERS:
00:00 Chapter 0: The Need for Docker
03:58 Chapter 1: Setting the Stage
05:14 Chapter 2: Installing Docker
08:03 Chapter 3: Installing Python without Python
17:18 Chapter 4: Expanding on the Python Image
24:05 Chapter 5: Running a Web Application
35:53 Chapter 6: Pushing an Image to Docker Hub
42:03 Chapter 7: Environment Variables
49:34 Chapter 8: Running MySQL in a Container
57:26 Chapter 9: Streamlining with Docker Compose
01:09:04 Chapter 10: Persistent Volumes
01:18:45 Workbooks: Extra Practice
#docker #dockercompose #tutorial
Комментарии