Skip to content

Commit 2df5a52

Browse files
committed
Remove Docker Version Pinning
This commit fixes the packages not found error during Docker installation. The packages containerd.io 1.2.13-2, docker-ce 19.03.11, and docker-cs-cli 19.03.11 are currently not in Ubuntu 20.10. This commit instead points users to validated versions of Docker. fixes kubernetes/kubernetes#99831 Signed-off-by: Enyinna Ochulor <[email protected]>
1 parent 875d9e5 commit 2df5a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ in sync.
347347

348348
### Docker
349349

350-
1. On each of your nodes, install the Docker for your Linux distribution as per [Install Docker Engine](https://docs.docker.com/engine/install/#server)
350+
1. On each of your nodes, install the Docker for your Linux distribution as per [Install Docker Engine](https://docs.docker.com/engine/install/#server). You can find the latest validated version of Docker in this [dependencies](https://git.k8s.io/kubernetes/build/dependencies.yaml) file.
351351

352352
2. Configure the Docker daemon, in particular to use systemd for the management of the container’s cgroups.
353353

0 commit comments

Comments
 (0)