我最近安装了Xubuntu,并打算将它用作开发服务器。
Xubuntu能运行码头/码头集装箱吗?
发布于 2017-09-17 02:01:54
当然!这是在台式机或笔记本电脑上运行Linux的众多好处之一。
我建议使用他们的文档从他们的官方存储库安装Docker (Community )。
简单地说,下面是如何安装它:
sudo apt install apt-transport-https ca-certificates curl software-properties-commoncurl -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 updatesudo apt install docker-cehttps://askubuntu.com/questions/956553
复制相似问题