Skip to content

Instantly share code, notes, and snippets.

@fpagyu
Created August 6, 2020 02:58
Show Gist options
  • Save fpagyu/70e247080d9d4b0e02abdcac1202b8cf to your computer and use it in GitHub Desktop.
Save fpagyu/70e247080d9d4b0e02abdcac1202b8cf to your computer and use it in GitHub Desktop.
docker install shell command
# 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