Created
August 6, 2020 02:58
-
-
Save fpagyu/70e247080d9d4b0e02abdcac1202b8cf to your computer and use it in GitHub Desktop.
docker install shell command
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
# docker 安装命令 | |
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun | |
sudo groupadd docker | |
sudo usermod -aG docker ${USER} | |
sudo systemctl restart docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment