Guest User

Untitled

a guest
Sep 23rd, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. docker volume create -d cifs <some_options>
  2. docker run -v <the_volume> <other_docker_options>
  3.  
  4. mount -t cifs -o username=myusername,password=mypasswd,uid=500,gid=499,rw //myserver.example.net/mysharename /the_mount_point/
Add Comment
Please, Sign In to add comment