Skip to content
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

Docker feature doesn't work on macOS #172

Open
nsheff opened this issue Aug 26, 2020 · 1 comment
Open

Docker feature doesn't work on macOS #172

nsheff opened this issue Aug 26, 2020 · 1 comment

Comments

@nsheff
Copy link
Member

nsheff commented Aug 26, 2020

reported in several related issues:

these lines are optimized for linux:

pypiper/pypiper/manager.py

Lines 1904 to 1908 in 67908f2

cmd += " --volume=/etc/group:/etc/group:ro"
cmd += " --volume=/etc/passwd:/etc/passwd:ro"
cmd += " --volume=/etc/shadow:/etc/shadow:ro"
cmd += " --volume=/etc/sudoers.d:/etc/sudoers.d:ro"
cmd += " --volume=/tmp/.X11-unix:/tmp/.X11-unix:rw"

need to somehow solve for macos natively.

@nsheff
Copy link
Member Author

nsheff commented Aug 26, 2020

workaround posted in databio/bulker#56 (comment)

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

No branches or pull requests

1 participant