Last active
June 14, 2024 22:51
-
-
Save d3ividdy/c78518600dab57df1ceae46c26f5df95 to your computer and use it in GitHub Desktop.
install docker & docker compose v2
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
# run command with root user | |
curl -fsSL https://get.docker.com/ | sh | |
# add user with group docker | |
sudo usermod -aG docker $USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment