You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using docker-compose and the user key, which is equivalent to using docker run -u. I would like to be able to assign my own local user to sandbox the permissions for the persistent data.
The text was updated successfully, but these errors were encountered:
When attempting to assign my own user to run the container, I get the repeated error in the logs:
mkdir: can't create directory '/root/.ssh/': Permission denied
I'm using docker-compose and the user key, which is equivalent to using docker run -u. I would like to be able to assign my own local user to sandbox the permissions for the persistent data.
The text was updated successfully, but these errors were encountered: