docker already installed #20

Closed
nanu-c opened this Issue Dec 18, 2017 · 3 comments

Comments

Projects
None yet
3 participants

nanu-c commented Dec 18, 2017

sudo clickable setup-docker
Asking for root to start docker
Asking for root to create docker group
groupadd: Gruppe »docker« existiert bereits.
Command '['sudo', 'groupadd', 'docker']' returned non-zero exit status 9

Already having docker shoudn't break the command

Owner

bhdouglass commented Dec 18, 2017

Agreed, I'll get that fixed.

@bhdouglass bhdouglass added the bug label Dec 18, 2017

dpniel commented Jan 1, 2018

@bhdouglass any workaround to get this going. I tried doing a sudo groupdel docker but that didn't help as I was then bitten by

usermod: user '$USER' does not exist
Command '['sudo', 'usermod', '-aG', 'docker', '$USER']' returned non-zero exit status 6
Owner

bhdouglass commented Jan 2, 2018

I just pushed a fix for both of these issues. v2.1.2 will be available in the ppa soon.

@bhdouglass bhdouglass closed this Jan 2, 2018

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