Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. docker run -d -p 80:80 --name devtest --mount type=bind,source="$(pwd)",target=/usr/share/nginx/html nginx:latest
  2.  
  3. /home/james/projects/nginx_test
  4.  
  5. docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /home/james/projects/nginx_test.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement