Section: Volumes and Mounts

List volumes

bash
bash
docker volume ls
Explanation

Named volumes are managed by the engine and survive container removal.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Volumes and Mounts
List images
List local images.
OpenIn sheetbash1 tag match
List images with image namespace
List local images using the image management namespace.
OpenIn sheetbash1 tag match
List running containers
List running containers.
OpenIn sheetbash1 tag match
List all containers
List running and stopped containers.
OpenIn sheetbash1 tag match
List containers
List running containers with the container namespace.
OpenIn sheetbash1 tag match
Show Docker version
Display client and server version details.