mention /etc/default/docker

This commit is contained in:
Tim Hockin 2015-07-06 11:38:45 -07:00
parent 018ebfad10
commit a7da693f8a

View File

@ -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: You may want to increase the number of open files for docker:
- `DOCKER_NOFILE=1000000` - `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 Ensure docker is working correctly on your system before proceeding with the rest of the
installation, by following examples given in the Docker documentation. installation, by following examples given in the Docker documentation.