Devops
Docker Course
Overview of the Course
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.
Course requirements
- Linux
what you will learn
- Will learn installation of Docker.
- Will learn how to containerize an application.
- Will be able to write Dockerfiles for any custom application.
Table of content
Video Lectures
- Introduction to Docker
- Containers and Images
- Docker volumes and persistent storage
- Docker Networking
- Kickstarting your own docker registry
- Docker compose
- Summary