See complete series on Docker here:
• Playlist
Note: To attach multiple volumes to container use -v/--mount flag more than once
Volumes are stored in a part of the host filesystem which is managed by Docker (/var/lib/docker/volumes/ on Linux). Non-Docker processes should not modify this part of the filesystem. Volumes are the best way to persist data in Docker
Sharing with 1 or more Containers: allowed
Commands:
$ docker run -d \
--name devtest \
--mount source=myvol2,target=/my/path \
nginx:latest
$ docker run -d \
--name devtest \
-v myvol2:/app \
nginx:latest
Reference: https://docs.docker.com/storage/volumes/
-----------------
To Support Us
Like, Share, Subscribe
En esta página del sitio puede ver el video en línea #27 Docker Tutorial | Docker Volume de Duración hora minuto segunda en buena calidad , que subió el usuario One Minute Notes 08 septiembre 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 119 veces y le gustó 10 a los espectadores. Disfruta viendo!