See complete series on Docker here:
• Playlist
Note: To attach multiple (bind mount) to container use -v/--mount flag more than once
When you use a bind mount, a file or directory on the host machine is mounted into a container.
Bind mounts may be stored anywhere on the host system. They may even be important system files or directories. Non-Docker processes on the Docker host or a Docker container can modify them at any time.
Sharing with 1 or more Containers: allowed
Commands:
$ mkdir target
$ docker run -d \
-it \
--name devtest \
--mount type=bind,source="$(pwd)"/target,target=/app \
nginx:latest
$ docker run -d \
-it \
--name abc \
-v "$(pwd)"/target:/app \
nginx:latest
Reference: https://docs.docker.com/storage/bind-...
-----------------
To Support Us
Like, Share, Subscribe
On this page of the site you can watch the video online #28 Docker Tutorial | Bind Mount with a duration of hours minute second in good quality, which was uploaded by the user Kelhe 08 September 2020, share the link with friends and acquaintances, this video has already been watched 384 times on youtube and it was liked by 8 viewers. Enjoy your viewing!