You are on page 1of 3

DOCKER

Assignment Answer: Bind Mount


Docker : Data Management

➤ Start Nginx with Bind Mount Location



docker container run -p 80:80 - -mount type=bind,source="$
(pwd)",target=/usr/share/nginx/html nginx
➤ Change File at Mount Location
Will see you in Next Lecture…

See you in next lecture …

You might also like