Created
November 27, 2019 12:31
-
-
Save tairov/19551dc35bc469a819ed0baaa300f154 to your computer and use it in GitHub Desktop.
This file contains 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
* To use Docker, the Docker daemon must be running as root. To automatically | |
* start the Docker daemon at boot, add Docker to the default runlevel: | |
* rc-update add docker default | |
* Similarly for systemd: | |
* systemctl enable docker.service | |
* | |
* To use Docker as a non-root user, add yourself to the 'docker' group: | |
* usermod -aG docker youruser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment