Skip to content

Commit 7067a55

Browse files
committed
Fix docker install instruction
The docker CE installation instructions contains some extra characters which should be removed.
1 parent ce768c8 commit 7067a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ add-apt-repository \
9797
# Install Docker CE
9898
apt-get update && apt-get install -y \
9999
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)
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)
102102
```
103103

104104
```shell

0 commit comments

Comments
 (0)