Skip to content

Instantly share code, notes, and snippets.

@xholicka
Created June 8, 2022 17:54
Show Gist options
  • Save xholicka/123d651c2460c7ce8eba910c88fa0c2b to your computer and use it in GitHub Desktop.
Save xholicka/123d651c2460c7ce8eba910c88fa0c2b to your computer and use it in GitHub Desktop.
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker ${USER}
man usermod
groups ${USER}
sudo apt-get install python3 python3-pip
sudo pip3 install docker-compose
sudo systemctl enable docker
docker run hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment