-
I am able to get containers up and running, but the directories are read only all the time. Home can I mount a user directory in the container and get things running? The only way I've been able to succeed so far is by going into the user directory on the host and give the Can't the write permissions of the person who created and is running the container be automatically passed on if the directory is their own directory? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found out about the The basic instructions in the docs should include it though as well as the need to prepend |
Beta Was this translation helpful? Give feedback.
I found out about the
--user
option - https://docs.docker.com/engine/reference/run/#userThe basic instructions in the docs should include it though as well as the need to prepend
127.0.0.1:
to the ports.