Skip to content

Instantly share code, notes, and snippets.

@iliion
Last active June 8, 2021 10:22
Show Gist options
  • Save iliion/8ad836acb123b292b80993fe41818076 to your computer and use it in GitHub Desktop.
Save iliion/8ad836acb123b292b80993fe41818076 to your computer and use it in GitHub Desktop.
Post installation Docker { Ubuntu }

POST INSTALLATION

Manage Docker as a non-root user

sudo groupadd docker

sudo adduser dockermanager

sudo adduser dockermanager docker

Configure Docker to start on boot

sudo systemctl enable docker

Test

sudo -i -u dockermanager docker run hello-world

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