Answers for "docker volume path"

1

docker create volume

$ docker volume create hello

hello

$ docker run -d -v hello:/world busybox ls /world
Posted by: Guest on October-05-2020
0

docker volume location

/var/lib/docker/volumes
Posted by: Guest on November-22-2021

Python Answers by Framework

Browse Popular Code Answers by Language