Created
December 12, 2020 21:15
-
-
Save xiaopeng163/f3e72bb1990860859076985d5a723cba 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
# install docker | |
curl -fsSL get.docker.com -o get-docker.sh | |
sh get-docker.sh | |
if [ ! $(getent group docker) ]; | |
then | |
sudo groupadd docker; | |
else | |
echo "docker user group already exists" | |
fi | |
sudo gpasswd -a $USER docker | |
sudo service docker restart | |
rm -rf get-docker.sh |
谢谢您的指导,非常好用
大佬的教程做的真好
真滴好!!!
感謝大佬
感谢大佬
非常感谢,很有用的教学
大佬厉害惹! 相当受用!~😄
非常感谢!
感谢大佬
thanks
感谢大佬!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
感謝您的視頻教學