💾 Archived View for freeshell.de › tldr › docker-volume.gmi captured on 2023-04-19 at 23:47:08. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage Docker volumes.
docker volume create {volume_name}
docker volume create --label {label} {volume_name}
docker volume create --opt {type}={tmpfs} --opt {device}={tmpfs} --opt {o}={size=100m,uid=1000} {volume_name}
docker volume ls
docker volume rm {volume_name}
docker volume inspect {volume_name}
docker volume prune
docker volume {subcommand} --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).