diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index fb518dc9095..2f23f76b710 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -355,6 +355,8 @@ so that kube-proxy can manage iptables instead of docker. You may want to increase the number of open files for docker: - `DOCKER_NOFILE=1000000` +Where this config goes depends on your node OS. For example, GCE's Debian-based distro uses `/etc/default/docker`. + Ensure docker is working correctly on your system before proceeding with the rest of the installation, by following examples given in the Docker documentation.