Quantcast
Channel: Docker run "error while creating mount source path '[...]': mkdir [...]: permission denied" - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Thales Kenne for Docker run "error while creating mount source path...

Check the permission for the folder you're trying to mount docker with ls -la, you might need to modify the permissons with chmod.If you don't want to modify permissions, just add sudoto the beggining...

View Article



Docker run "error while creating mount source path '[...]': mkdir [...]:...

I'm trying to mount a directory in Docker run:docker run --restart always -t -v /home/dir1/dir2/dir3:/dirX --name [...]But I get the error:error while creating mount source path '/home/dir1/dir2/dir3':...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images