Skip to content

Fixes #99 #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fixes #99 #128

wants to merge 1 commit into from

Conversation

Bregor
Copy link

@Bregor Bregor commented Jan 4, 2016

docker-machine and boot2docker in OS X with VirtualBox as backend
mounts vboxsf as UID=1000, GID=50, so user with UID=1000 will have permissions
to write to the data volume mounted as -v /Users/somebody/mysqldata:/var/lib/mysql
for example.

For details see:

`docker-machine` and `boot2docker` in OS X with VirtualBox as backend
mounts vboxsf as UID=1000, GID=50, so user with UID=1000 will have permissions
to write to the data volume mounted as `-v /Users/somebody/mysqldata:/var/lib/mysql`
for example.

For details see:
- boot2docker/boot2docker#581
- boot2docker/boot2docker#587 (comment)
- docker/machine#2660 (comment)
@yosifkit
Copy link
Member

yosifkit commented Jan 6, 2016

We'd rather not change the user id to a new number at this point because it could break existing deployments, but we are discussing making most of the official images tolerant to --user in the docker run (docker-library/elasticsearch#14 (comment)).

@tianon
Copy link
Member

tianon commented Jun 16, 2016

This was fixed via #161 🎉

@tianon tianon closed this Jun 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants