Last active
October 26, 2023 10:07
-
-
Save vicradon/df2ef272ae88a0688554f856155dc85b to your computer and use it in GitHub Desktop.
Install docker and docker compose
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 -fsSL https://get.docker.com -o get-docker.sh | |
sudo sh get-docker.sh | |
sudo groupadd docker | |
sudo usermod -aG docker $USER | |
sudo apt-get update | |
sudo apt-get install docker-compose-plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment