Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Docker - Storage

Back


Storage Drivers

Manages the layer architecture. Common drivers:

Dock choose bases on the OS


File System


Layer Architecture


Types of mounts


Command Commands

Command Description
docker volume ls List volumes
docker volume create vol_name Create a volume
docker volume update Update a volume (cluster volumes only)
docker volume rm vol_name Remove one or more volumes