Skip to main content
In this lesson, we explore how storage works in Docker and how these foundational concepts apply to Kubernetes storage management. Understanding Docker storage is essential for grasping the more advanced storage mechanisms in Kubernetes. When working with Docker, two core storage concepts are essential to understand:
  • Storage Drivers
  • Volume Driver Plugins
The image is a slide titled "Docker Storage," featuring two categories: "Storage Drivers" and "Volume Drivers."
In the upcoming section, we focus on storage drivers—a topic thoroughly covered in the Docker Training Course for the Absolute Beginner. If you are already familiar with this material, feel free to skip ahead or use this section as a refresher.
After discussing storage drivers, we will explore volume drivers to complete your understanding of Docker storage.