mirror of https://github.com/docker/docs.git
If an admin mounts all file systems as -rshared (Default on RHEL and Fedora) we see a scaling problem as the number of container increase. Basically every new container needs to have it new mounts in /var/lib/docker shared to all other containers, this ends up with us only able to scale to around 100 containers, before the system slows down. By simply bind mounting /var/lib/docker on its and then setting it private, the scaling issue goes away. Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan) |
||
---|---|---|
.. | ||
execdriver | ||
graphdriver | ||
networkdriver | ||
container.go | ||
container_unit_test.go | ||
runtime.go | ||
runtime_aufs.go | ||
runtime_btrfs.go | ||
runtime_devicemapper.go | ||
runtime_no_aufs.go | ||
server.go | ||
sorter.go | ||
state.go | ||
utils.go | ||
volumes.go |