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

Implement docker not working and permissions warning in runner.sh #1

Closed
altanner opened this issue Apr 5, 2019 · 2 comments
Closed

Comments

@altanner
Copy link
Member

altanner commented Apr 5, 2019

No description provided.

@altanner
Copy link
Member Author

on Ubuntu, docker needs to be run with sudo. This is because .docker (normally located in the home folder) is locked. The container will spin up, but it won't do anything. Need to make bash catch this error and report to user that they need permissions, ie run on command line with sudo. Unless there is another way. No idea why it is locked.

@altanner
Copy link
Member Author

Security documents say using sudo is very strongly advised, since releagating sudo to use introduces serious security problems. password request added to script.

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