#28 Docker Tutorial | Bind Mount

Publicado em: 08 Setembro 2020
no canal de: Kelhe
384
8

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


Nesta página do site você pode assistir ao vídeo on-line #28 Docker Tutorial | Bind Mount duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Kelhe 08 Setembro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 384 vezes e gostou 8 espectadores. Boa visualização!