Last active
July 26, 2022 07:53
-
-
Save kas-cor/3a8e43d6cbb56da492ea51b7d31267cc to your computer and use it in GitHub Desktop.
Install docker
This file contains 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
#!/bin/bash | |
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
Install
wget -O - https://cutt.ly/KZiQeCc | bash