docker

Practice docker from memory. Lists named volumes. Named volumes persist after container removal. Anonymous volumes (no name) are harder to manage.

List all Docker volumes.

docker volume ls

Lists named volumes. Named volumes persist after container removal. Anonymous volumes (no name) are harder to manage.

Safety: Inspect state before stopping, pruning, or changing running containers.

Build the habit: DockerDrill drills docker and the rest of the Docker workflow until the safe first move is automatic. Try a Docker drill.