We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I also had to add my user to the docker group before launching the container:
$ sudo usermod -aG docker $(whoami)
The text was updated successfully, but these errors were encountered:
@cmertes Thanks -- what was the error message? I'll add this to the README
Sorry, something went wrong.
Also, what OS / platform are you on?
I'm on Ubuntu 16.04. With the Docker daemon already running:
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
To fix, added myself to the docker group and restarted the terminal session.
Thanks much!
No branches or pull requests
I also had to add my user to the docker group before launching the container:
$ sudo usermod -aG docker $(whoami)
The text was updated successfully, but these errors were encountered: