Skip to content

Instantly share code, notes, and snippets.

@d3ividdy
Last active June 14, 2024 22:51
Show Gist options
  • Save d3ividdy/c78518600dab57df1ceae46c26f5df95 to your computer and use it in GitHub Desktop.
Save d3ividdy/c78518600dab57df1ceae46c26f5df95 to your computer and use it in GitHub Desktop.
install docker & docker compose v2
# 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