Skip to content

Instantly share code, notes, and snippets.

@cdugeai
Last active May 5, 2023 12:12
Show Gist options
  • Save cdugeai/72269f5c302822c360e32b4a9b45ad43 to your computer and use it in GitHub Desktop.
Save cdugeai/72269f5c302822c360e32b4a9b45ad43 to your computer and use it in GitHub Desktop.
sudo apt-get update && apt-get install -y --no-install-recommends apt-utils
# install docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
sudo usermod -aG docker $USER
#newgrp docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment