Volume

DevOps Docker Volume

Common command

command description
docker create volume {VOLUME_NAME} Create a new volume
docker volume ls Show all volume
docker volume inspect {VOLUME_NAME} Display the volume info
docker volume rm [OPTIONS] VOLUME [VOLUME...] Remove the specific volume
docker volume prune Remove all volume