From 49b80a76cc01004cf6588ac0377d0fc144757a33 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Mon, 28 Jan 2019 14:19:08 -0800 Subject: [PATCH] update install instructions of latest docker-ce to include containerd Signed-off-by: Andrew Hsu --- install/linux/docker-ce/centos.md | 6 +++--- install/linux/docker-ce/debian.md | 6 +++--- install/linux/docker-ce/fedora.md | 6 +++--- install/linux/docker-ce/ubuntu.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/install/linux/docker-ce/centos.md b/install/linux/docker-ce/centos.md index 79c52a1a52..eab3e8a39c 100644 --- a/install/linux/docker-ce/centos.md +++ b/install/linux/docker-ce/centos.md @@ -130,10 +130,10 @@ from the repository. #### Install Docker CE -1. Install the _latest version_ of Docker CE, or go to the next step to install a specific version: +1. Install the _latest version_ of Docker CE and containerd, or go to the next step to install a specific version: ```bash - $ sudo yum install docker-ce + $ sudo yum install docker-ce containerd.io ``` If prompted to accept the GPG key, verify that the fingerprint matches @@ -172,7 +172,7 @@ from the repository. a hyphen (`-`). For example, `docker-ce-18.09.1`. ```bash - $ sudo yum install docker-ce- + $ sudo yum install docker-ce- containerd.io ``` Docker is installed but not started. The `docker` group is created, but no users are added to the group. diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index e8840da08c..c546877408 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -171,10 +171,10 @@ from the repository. $ sudo apt-get update ``` -2. Install the _latest version_ of Docker CE, or go to the next step to install a specific version: +2. Install the _latest version_ of Docker CE and containerd, or go to the next step to install a specific version: ```bash - $ sudo apt-get install docker-ce + $ sudo apt-get install docker-ce containerd.io ``` > Got multiple Docker repositories? @@ -202,7 +202,7 @@ from the repository. for example, `5:18.09.1~3-0~debian-stretch `. ```bash - $ sudo apt-get install docker-ce= + $ sudo apt-get install docker-ce= containerd.io ``` 4. Verify that Docker CE is installed correctly by running the `hello-world` diff --git a/install/linux/docker-ce/fedora.md b/install/linux/docker-ce/fedora.md index 10656e1d28..975ee412b5 100644 --- a/install/linux/docker-ce/fedora.md +++ b/install/linux/docker-ce/fedora.md @@ -122,10 +122,10 @@ from the repository. #### Install Docker CE -1. Install the _latest version_ of Docker CE, or go to the next step to install a specific version: +1. Install the _latest version_ of Docker CE and containerd, or go to the next step to install a specific version: ```bash - $ sudo dnf install docker-ce + $ sudo dnf install docker-ce containerd.io ``` If prompted to accept the GPG key, verify that the fingerprint matches @@ -164,7 +164,7 @@ from the repository. `docker-ce-3:18.09.1`. ```bash - $ sudo dnf -y install docker-ce- + $ sudo dnf -y install docker-ce- containerd.io ``` Docker is installed but not started. The `docker` group is created, but no users are added to the group. diff --git a/install/linux/docker-ce/ubuntu.md b/install/linux/docker-ce/ubuntu.md index b67b846e8f..e0eff49f5e 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -206,10 +206,10 @@ from the repository. $ sudo apt-get update ``` -2. Install the _latest version_ of Docker CE, or go to the next step to install a specific version: +2. Install the _latest version_ of Docker CE and containerd, or go to the next step to install a specific version: ```bash - $ sudo apt-get install docker-ce + $ sudo apt-get install docker-ce containerd.io ``` > Got multiple Docker repositories? @@ -237,7 +237,7 @@ from the repository. for example, `5:18.09.1~3-0~ubuntu-xenial`. ```bash - $ sudo apt-get install docker-ce= + $ sudo apt-get install docker-ce= containerd.io ``` 4. Verify that Docker CE is installed correctly by running the `hello-world`