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
When we build it using Travis we have to pick a user - so using 1000 means that (as you say) often the local user can just pick it up and mount local volumes easily. We do provide a docker-custom Dockerfile where you can easily add the required USER - or indeed it could be added to the docker-make.sh script as another option.
What are the steps to reproduce?
Run docker-compose\docker with mounting local directory to container.
What happens?
User from container will be mapped to me. UID collision with first user in linux occured :-(
What do you expect to happen?
I can manually set user uid in container
It's may be fixed by pkjq@d5ff167
The text was updated successfully, but these errors were encountered: