Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.01 KB

02-Introduction-to-Docker-Storage.md

File metadata and controls

22 lines (12 loc) · 1.01 KB

Introduction to Docker Storage

In this section, we will take a look at Docker storage.

  • To understand storage in the container orchestration tools like Kubernetes, It is important to first understand how storage works with containers. Understanding how storage works with Docker first and getting all the basics right will later make it so much easier to understand how it works in Kubernetes.

  • If you are new to Docker then you can learn some basics of docker from the course Docker for the absolute beginner course, that is free.

Docker Storage

  • There are two concepts comes into the docker, Storage drivers and Volume drivers plugins.

class-1

We will first discuss about Storage drivers.

Docker Reference Docs