Merge pull request #21761 from tengqm/fix-21740

Fix docker install instruction
This commit is contained in:
Kubernetes Prow Robot
2020-06-15 06:31:56 -07:00
committed by GitHub
@@ -97,8 +97,8 @@ add-apt-repository \
# Install Docker CE
apt-get update && apt-get install -y \
containerd.io=1.2.13-2 \
docker-ce=5:19.03.11~3-0~~ubuntu-$(lsb_release -cs) \
docker-ce-cli=5:19.03.11~3-0~~ubuntu-$(lsb_release -cs)
docker-ce=5:19.03.11~3-0~ubuntu-$(lsb_release -cs) \
docker-ce-cli=5:19.03.11~3-0~ubuntu-$(lsb_release -cs)
```
```shell