Created
November 27, 2019 11:31
-
-
Save judavi/eda9039cf3586e225cb446b228d8b4db to your computer and use it in GitHub Desktop.
Debug errors starting Docker Daemon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/dockerd -H unix:// | |
#Sometimes in RHEL7 is neccesary to create the Docker group | |
sudo groupadd docker | |
sudo usermod -aG docker $USER | |
newgrp docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment