Ubuntu安装Docker

2017-04-18  本文已影响0人  imtuxwang
sudo apt-get -y install apt-transport-https ca-certificates curl
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
       "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
       $(lsb_release -cs) \
       stable"
sudo apt-get update
sudo apt-get -y install docker-ce
sudo usermod -aG docker $USER
上一篇 下一篇

猜你喜欢

热点阅读