From a7da693f8aa4af86f98f4244a63f16013a6ab30c Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 6 Jul 2015 11:38:45 -0700 Subject: [PATCH] mention /etc/default/docker --- docs/getting-started-guides/scratch.md | 2 ++ 1 file changed, 2 insertions(+) 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.