markdown 在Ubuntu 17.10上安装Docker CE

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在Ubuntu 17.10上安装Docker CE相关的知识,希望对你有一定的参考价值。

## Installing Docker CE on Ubuntu 17.10 Artful Aardvark

As of 20/10/2017, a release file for Ubuntu 17.10 Artful Aardvark is not available on [Download Docker](https://download.docker.com/linux/ubuntu/dists/).

If you are used to installing Docker to your development machine with `get-docker` [script](https://get.docker.com/), that won't work either. So the solution is to install Docker CE from the `zesty` package.

```terminal
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable"

sudo apt-get update
sudo apt-get install docker-ce
```

以上是关于markdown 在Ubuntu 17.10上安装Docker CE的主要内容,如果未能解决你的问题,请参考以下文章

text 在ubuntu17.10上安装fern-wifi-cracker

在Ubuntu 17.10上安装Gulp

Ubuntu17.10安装Docker

当我在我的本地主机系统上安装 apache2 时,它显示了这个错误(Ubuntu 17.10)

安装完Ubuntu 17.10后要做的几件事

Ubuntu17.10系统下安装Pycharm