Skip to content

Instantly share code, notes, and snippets.

@notsle
Created February 21, 2023 01:08
Show Gist options
  • Save notsle/5a0c99264a217ff96f703c831b026f15 to your computer and use it in GitHub Desktop.
Save notsle/5a0c99264a217ff96f703c831b026f15 to your computer and use it in GitHub Desktop.
install-docker-add-currentuser.sh
curl -fsSL get.docker.com | sudo sh
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