volumes
volumes&storages
list volumes
1 | docker volume ls |
create a volume
1 | docker volume create my_volume |
Mount a Volume to a Container
1 | docker run -d -v my_volume:/app/data --name my_container name_image |
docker command line homepage
click here to come back to docker command line homepage.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.





