We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce768c8 commit 7067a55Copy full SHA for 7067a55
content/en/docs/setup/production-environment/container-runtimes.md
@@ -97,8 +97,8 @@ add-apt-repository \
97
# Install Docker CE
98
apt-get update && apt-get install -y \
99
containerd.io=1.2.13-2 \
100
- docker-ce=5:19.03.11~3-0~~ubuntu-$(lsb_release -cs) \
101
- 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)
102
```
103
104
```shell
0 commit comments