Created
June 8, 2022 17:54
-
-
Save xholicka/123d651c2460c7ce8eba910c88fa0c2b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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