Skip to content

Instantly share code, notes, and snippets.

@tairov
Created November 27, 2019 12:31
Show Gist options
  • Save tairov/19551dc35bc469a819ed0baaa300f154 to your computer and use it in GitHub Desktop.
Save tairov/19551dc35bc469a819ed0baaa300f154 to your computer and use it in GitHub Desktop.
* 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