Last active
May 5, 2023 12:12
-
-
Save cdugeai/72269f5c302822c360e32b4a9b45ad43 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
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