Advertisement
correiabrux

Docker Mount Volume

Nov 10th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #Montando Volume
  2. docker run -d -p 8080:80 --name=nginxtest -v nginx-vol:/usr/share/nginx/html nginx:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement