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

Creates docker group for non-root access #21032

Merged
merged 1 commit into from Mar 8, 2016

Conversation

trishnaguha
Copy link
Contributor

Fixes #21031

sudo groupadd docker creates the group docker.
Thus usermod: group 'docker' does not exist is resolved.

Thanks!

Signed-off-by: trishnaguha trishnaguha17@gmail.com

Signed-off-by: trishnaguha <trishnaguha17@gmail.com>
@calavera
Copy link
Contributor

calavera commented Mar 8, 2016

LGTM

@thaJeztah
Copy link
Member

LGTM, thanks!

thaJeztah added a commit that referenced this pull request Mar 8, 2016
Creates docker group for non-root access
@thaJeztah thaJeztah merged commit 95bc1f1 into moby:master Mar 8, 2016
@trishnaguha trishnaguha deleted the docker-group branch March 9, 2016 14:01
@thaJeztah
Copy link
Member

removing cherry-pick; this will go out with the 1.11 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

group 'docker' does not exist
4 participants