Merge pull request #26966 from enyinna1234/fix-docker-version

container-runtimes: include note about latest validated docker
This commit is contained in:
Kubernetes Prow Robot
2021-03-17 12:19:18 -07:00
committed by GitHub
@@ -353,7 +353,7 @@ in sync.
### Docker ### Docker
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) 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.
2. Configure the Docker daemon, in particular to use systemd for the management of the containers cgroups. 2. Configure the Docker daemon, in particular to use systemd for the management of the containers cgroups.