rename docker ce to docker

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1.2.0
Kang Huaishuai 2020-10-12 18:54:47 +08:00
parent f6ec3b23d2
commit 4751e59a6f
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
11 changed files with 58 additions and 62 deletions

View File

@ -3,14 +3,14 @@
* 1.2.0 2020-12-31 * 1.2.0 2020-12-31
* 1.1.0 2019-12-31 * 1.1.0 2019-12-31
* v19.03 * Docker v19.03
* `BuildKit` * `BuildKit`
* `docker buildx` 使 * `docker buildx` 使
* `docker manifest` 使 * `docker manifest` 使
* `Ubuntu 14.04` `Debian 8` `Debian 7` * `Ubuntu 14.04` `Debian 8` `Debian 7`
* 1.0.0: 2018-12-31 * 1.0.0: 2018-12-31
* v18.x * Docker v18.x
* Docker * Docker
* *

View File

@ -1,7 +1,5 @@
# Docker # Docker
Docker CE EE CE 7 EE 使 24 Docker `stable` `test` `nightly`
Docker CE `stable` `test` `nightly` [](https://docs.docker.com/get-docker/),这里主要介绍 Docker 在 `Linux` 、`Windows 10` 和 `macOS` 上的安装。
[](https://docs.docker.com/install/),这里主要介绍 Docker CE 在 `Linux` 、`Windows 10` 和 `macOS` 上的安装。

View File

@ -1,4 +1,4 @@
# CentOS Docker CE # CentOS Docker
> Docker YUM 使 yum Docker. > Docker YUM 使 yum Docker.
@ -6,7 +6,7 @@
### ###
Docker CE 64 CentOS 7 3.10 CentOS 7 `overlay2` 使 Docker 64 CentOS 7 3.10 CentOS 7 `overlay2` 使
### ###
@ -30,9 +30,7 @@ $ sudo yum remove docker \
```bash ```bash
$ sudo yum install -y yum-utils \ $ sudo yum install -y yum-utils
device-mapper-persistent-data \
lvm2
``` ```
使 使
@ -52,19 +50,18 @@ $ sudo sed -i 's/download.docker.com/mirrors.ustc.edu.cn\/docker-ce/g' /etc/yum.
# https://download.docker.com/linux/centos/docker-ce.repo # https://download.docker.com/linux/centos/docker-ce.repo
``` ```
Docker CE 使 Docker 使
```bash ```bash
$ sudo yum-config-manager --enable docker-ce-test $ sudo yum-config-manager --enable docker-ce-test
``` ```
### Docker CE ### Docker
`yum` `docker-ce` `yum` `docker-ce`
```bash ```bash
$ sudo yum makecache fast $ sudo yum install docker-ce docker-ce-cli containerd.io
$ sudo yum install docker-ce
``` ```
## 使 ## 使
@ -77,9 +74,9 @@ $ sudo sh get-docker.sh --mirror Aliyun
# $ sudo sh get-docker.sh --mirror AzureChinaCloud # $ sudo sh get-docker.sh --mirror AzureChinaCloud
``` ```
Docker CE (stable) Docker (stable)
## Docker CE ## Docker
```bash ```bash
$ sudo systemctl enable docker $ sudo systemctl enable docker
@ -145,7 +142,7 @@ For more examples and ideas, visit:
## ##
CentOS 使 Docker CE CentOS 使 Docker
```bash ```bash
WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-iptables is disabled

View File

@ -1,12 +1,12 @@
# CentOS8 Docker CE # CentOS8 Docker
Docker CE [][docker-docker] CentOS8使 Moby AkihiroSuda https://github.com/AkihiroSuda/moby-snapshot Docker [][docker-docker] CentOS8使 Moby AkihiroSuda https://github.com/AkihiroSuda/moby-snapshot
[docker-docker]:https://download.docker.com/linux/centos/ [docker-docker]:https://download.docker.com/linux/centos/
## ##
CentOS8 使 `nftables` Docker CE `nftables` 使使 `iptables` CentOS8 使 `nftables` Docker `nftables` 使使 `iptables`
`/etc/firewalld/firewalld.conf` `/etc/firewalld/firewalld.conf`

View File

@ -1,4 +1,4 @@
# Debian Docker CE # Debian Docker
> Docker APT 使 apt Docker. > Docker APT 使 apt Docker.
@ -6,7 +6,7 @@
### ###
Docker CE [Debian](https://www.debian.org/intro/about) 操作系统: Docker [Debian](https://www.debian.org/intro/about) 操作系统:
* Buster 10 * Buster 10
* Stretch 9 * Stretch 9
@ -32,7 +32,7 @@ $ sudo apt-get install \
apt-transport-https \ apt-transport-https \
ca-certificates \ ca-certificates \
curl \ curl \
gnupg2 \ gnupg-agent \
lsb-release \ lsb-release \
software-properties-common software-properties-common
``` ```
@ -49,7 +49,7 @@ $ curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/debian/gpg | sudo apt-k
# $ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - # $ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
``` ```
`sources.list` Docker CE `sources.list` Docker
```bash ```bash
$ sudo add-apt-repository \ $ sudo add-apt-repository \
@ -64,16 +64,16 @@ $ sudo add-apt-repository \
# stable" # stable"
``` ```
> Docker CE APT Docker CE stable test > Docker APT Docker stable test
### Docker CE ### Docker
apt `docker-ce` apt `docker-ce`
```bash ```bash
$ sudo apt-get update $ sudo apt-get update
$ sudo apt-get install docker-ce $ sudo apt-get install docker-ce docker-ce-cli containerd.io
``` ```
## 使 ## 使
@ -86,9 +86,9 @@ $ sudo sh get-docker.sh --mirror Aliyun
# $ sudo sh get-docker.sh --mirror AzureChinaCloud # $ sudo sh get-docker.sh --mirror AzureChinaCloud
``` ```
Docker CE (stable) Docker (stable)
## Docker CE ## Docker
```bash ```bash
$ sudo systemctl enable docker $ sudo systemctl enable docker

View File

@ -1,4 +1,4 @@
# Fedora Docker CE # Fedora Docker
> Docker dnf 使 dnf Docker. > Docker dnf 使 dnf Docker.
@ -6,7 +6,7 @@
### ###
Docker CE [Fedora](https://getfedora.org/) 操作系统: Docker [Fedora](https://getfedora.org/) 操作系统:
* 30 * 30
* 31 * 31
@ -53,25 +53,25 @@ $ sudo sed -i 's/download.docker.com/mirrors.ustc.edu.cn\/docker-ce/g' /etc/yum.
# https://download.docker.com/linux/fedora/docker-ce.repo # https://download.docker.com/linux/fedora/docker-ce.repo
``` ```
Docker CE 使 Docker 使
```bash ```bash
$ sudo dnf config-manager --set-enabled docker-ce-test $ sudo dnf config-manager --set-enabled docker-ce-test
``` ```
Docker CE Docker
```bash ```bash
$ sudo dnf config-manager --set-disabled docker-ce-test $ sudo dnf config-manager --set-disabled docker-ce-test
``` ```
### Docker CE ### Docker
`dnf` `docker-ce` `dnf` `docker-ce`
```bash ```bash
$ sudo dnf update $ sudo dnf update
$ sudo dnf install docker-ce $ sudo dnf install docker-ce docker-ce-cli containerd.io
``` ```
使 Docker 使 Docker
@ -100,9 +100,9 @@ $ sudo sh get-docker.sh --mirror Aliyun
# $ sudo sh get-docker.sh --mirror AzureChinaCloud # $ sudo sh get-docker.sh --mirror AzureChinaCloud
``` ```
Docker CE (stable) Docker (stable)
## Docker CE ## Docker
```bash ```bash
$ sudo systemctl enable docker $ sudo systemctl enable docker

View File

@ -1,4 +1,4 @@
# macOS Docker Desktop CE # macOS Docker
## ##

View File

@ -1,12 +1,12 @@
# Docker CE # Docker
> Docker APT 使 apt Docker. > Docker APT 使 apt Docker.
## ##
Docker CE `x86_64` `ARM` `ARM` Docker CE Docker `x86_64` `ARM` `ARM` Docker
Docker CE [Raspberry Pi OS](https://www.raspberrypi.org/downloads/raspberry-pi-os/) 操作系统: Docker [Raspberry Pi OS](https://www.raspberrypi.org/downloads/raspberry-pi-os/) 操作系统:
* Raspberry Pi OS Buster * Raspberry Pi OS Buster
@ -40,7 +40,7 @@ $ curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/raspbian/gpg | sudo apt
# $ curl -fsSL https://download.docker.com/linux/raspbian/gpg | sudo apt-key add - # $ curl -fsSL https://download.docker.com/linux/raspbian/gpg | sudo apt-key add -
``` ```
`sources.list` Docker CE `sources.list` Docker
```bash ```bash
$ sudo add-apt-repository \ $ sudo add-apt-repository \
@ -56,9 +56,9 @@ $ sudo add-apt-repository \
# stable" # stable"
``` ```
> Docker CE APT Docker CE stable test > Docker APT Docker stable test
### Docker CE ### Docker
apt `docker-ce` apt `docker-ce`
@ -78,9 +78,9 @@ $ sudo sh get-docker.sh --mirror Aliyun
# $ sudo sh get-docker.sh --mirror AzureChinaCloud # $ sudo sh get-docker.sh --mirror AzureChinaCloud
``` ```
Docker CE (stable) Docker (stable)
## Docker CE ## Docker
```bash ```bash
$ sudo systemctl enable docker $ sudo systemctl enable docker

View File

@ -1,4 +1,4 @@
# Ubuntu Docker CE # Ubuntu Docker
> Docker APT 使 apt Docker. > Docker APT 使 apt Docker.
@ -6,13 +6,13 @@
### ###
Docker CE [Ubuntu](https://ubuntu.com/server) 操作系统: Docker [Ubuntu](https://ubuntu.com/server) 操作系统:
* Ubuntu Focal 20.04 (LTS) * Ubuntu Focal 20.04 (LTS)
* Bionic 18.04 (LTS) * Bionic 18.04 (LTS)
* Xenial 16.04 (LTS) * Xenial 16.04 (LTS)
Docker CE 64 x86 ARM Ubuntu LTSLong-Term-Support 5 使 LTS Docker 64 x86 ARM Ubuntu LTSLong-Term-Support 5 使 LTS
### ###
@ -35,6 +35,7 @@ $ sudo apt-get install \
apt-transport-https \ apt-transport-https \
ca-certificates \ ca-certificates \
curl \ curl \
gnupg-agent \
software-properties-common software-properties-common
``` ```
@ -66,16 +67,16 @@ $ sudo add-apt-repository \
# stable" # stable"
``` ```
> Docker CE APT Docker CE stable test > Docker APT Docker stable test
### Docker CE ### Docker
apt `docker-ce` apt `docker-ce`
```bash ```bash
$ sudo apt-get update $ sudo apt-get update
$ sudo apt-get install docker-ce $ sudo apt-get install docker-ce docker-ce-cli containerd.io
``` ```
## 使 ## 使
@ -88,9 +89,9 @@ $ sudo sh get-docker.sh --mirror Aliyun
# $ sudo sh get-docker.sh --mirror AzureChinaCloud # $ sudo sh get-docker.sh --mirror AzureChinaCloud
``` ```
Docker CE (stable) Docker (stable)
## Docker CE ## Docker
```bash ```bash
$ sudo systemctl enable docker $ sudo systemctl enable docker

View File

@ -1,4 +1,4 @@
# Windows 10 Docker Desktop CE # Windows 10 Docker
## ##
@ -28,11 +28,11 @@ $ winget install Docker.DockerDesktopEdge
![](_images/install-win-docker-app-search.png) ![](_images/install-win-docker-app-search.png)
Docker CE Windows Docker Windows
![](_images/install-win-taskbar-circle.png) ![](_images/install-win-taskbar-circle.png)
Got it 使 Docker CE Got it 使 Docker
![](_images/install-win-success-popup-cloud.png) ![](_images/install-win-success-popup-cloud.png)

View File

@ -14,9 +14,9 @@ Docker 目前支持的联合文件系统包括 `OverlayFS`, `AUFS`, `Btrfs`, `VF
|Linux | Docker 使 | |Linux | Docker 使 |
| :-- | :-- | | :-- | :-- |
|Docker CE on Ubuntu | `overlay2` (16.04 +) | |Docker on Ubuntu | `overlay2` (16.04 +) |
|Docker CE on Debian | `overlay2` (Debian Stretch), `aufs`, `devicemapper` | |Docker on Debian | `overlay2` (Debian Stretch), `aufs`, `devicemapper` |
|Docker CE on CentOS | `overlay2` | |Docker on CentOS | `overlay2` |
|Docker CE on Fedora | `overlay2` | |Docker on Fedora | `overlay2` |
[](https://docs.docker.com/storage/storagedriver/select-storage-driver/) 使用 `overlay2` 存储驱动,`overlay2` 是目前 Docker 默认的存储驱动,以前则是 `aufs`。你可以通过配置来使用以上提到的其他类型的存储驱动。 [](https://docs.docker.com/storage/storagedriver/select-storage-driver/) 使用 `overlay2` 存储驱动,`overlay2` 是目前 Docker 默认的存储驱动,以前则是 `aufs`。你可以通过配置来使用以上提到的其他类型的存储驱动。