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 Support is Disabled When Running as a Daemon #4

Open
ttbek opened this issue Mar 22, 2018 · 0 comments
Open

Docker Support is Disabled When Running as a Daemon #4

ttbek opened this issue Mar 22, 2018 · 0 comments
Milestone

Comments

@ttbek
Copy link

ttbek commented Mar 22, 2018

Perhaps there isn't too much that you can do about this, but running the server normally with sudo shows docker support "Docker is installed and running (Client version: 17.12.1-ce, Client API Version: 1.35)" while running the daemon version shows it as disabled. I suspect this is because the daemon reduces itself to a regular user after port binding so it no longer has the credentials to start docker containers. This could be overcome by allowing normal users to run docker containers, but that is perhaps worse from a security standpoint than leaving the daemon with sudo. Maybe the daemon version could present a more specific error message, I noticed this quickly, but I can imagine someone trying to get it to pick up on their docker and not realizing it was a permissions issue.

@lukfor lukfor added this to the 1.3.5 milestone Apr 12, 2018
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

2 participants