Permission Issues


Recommended Posts

Your screenshot seems to show trying to write to /mnt/user, which is probably not mapped as such.

 

The container will have path mappings, where you tell the application where to look to find the files you need it to work on. For example, if the mapping is /media on the container side, and /mnt/user on the host side, then the contents of /mnt/user will show up at /media from the containers point of view.

 

Take a look at your containers config path mappings to determine what paths will show up inside the app.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.