- Overview
- Transcript
1.1 Introduction
Welcome to Develop and Deploy With Docker. In this course you'll learn how to use Docker to create and manage portable web development environments without having to install software on your local machine.
1.Introduction1 lesson, 00:43
1.1Introduction00:43
2.Starting With Docker6 lessons, 29:40
2.1What Is Docker?03:24
2.2Install Docker04:27
2.3Find and Run Images07:32
2.4Kitematic Docker GUI04:04
2.5Manage Containers and Images06:40
2.6Container Networking03:33
3.Web Servers With Docker3 lessons, 14:26
3.1Installing httpd and NGINX04:05
3.2Installing Ghost and WordPress05:07
3.3Installing Codebox With Ionic05:14
4.Conclusion1 lesson, 00:44
4.1Conclusion00:44
1.1 Introduction
Docker is a tool that allows us to create isolated containers to host our applications. Unlike virtualization, these containers are lightweight and portable, as opposed to something like VMware, Docker will generally require less resources to run. Docker has gained widespread adoption by both developers and Dev Ops personnel. Developers love Docker because they don't have to concern themselves with making sure they have all of the latest patches and updates necessary on their system. By using Docker, it is easy to keep all of this in sync and the developer focused on coding. In this course, you will learn to use Docker to host your own projects and see some ways you can benefit from the platform. Why don't you take some time to learn to use Docker for deployment?







