ubuntu17.10安装docker

来源:互联网 发布:韩国股市行情软件下载 编辑:程序博客网 时间:2024/06/14 11:40
sudo apt-get updatesudo apt-get install apt-transport-https ca-certificates curl software-properties-commoncurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -sudo apt-key fingerprint 0EBFCD88sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable"