1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Michael Crosby 795390b033 Change root_maxkeys
Most modern distros have the limit for the maximum root keys at 1000000
but some do not.  Because we are creating a new key for each container
we need to bump this up as the older distros are having this limit at
200.

Using 1000000 as the limit because that is that most distros are setting
this to now.  If someone has this value configured over that we do not
change it.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
(cherry picked from commit ca3e4545aa)
2016-06-30 16:47:52 -07:00
..
caps
cluster fix error message and typos in swarm cluster 2016-06-30 16:47:49 -07:00
events
exec
graphdriver Fix overlay2 ignoring whiteout files 2016-06-30 16:47:46 -07:00
links
logger Fixing file handle leak for "docker logs" 2016-06-30 16:47:44 -07:00
network
apparmor_default.go
apparmor_default_unsupported.go
archive.go
archive_unix.go
archive_windows.go
attach.go
auth.go
changes.go
commit.go
config.go Use "docker-runc" as alias for the default runtime 2016-06-30 16:47:51 -07:00
config_experimental.go
config_solaris.go Daemon to support network restore 2016-06-14 16:45:25 -07:00
config_stub.go
config_test.go Add support for multiples runtimes 2016-06-14 07:47:31 -07:00
config_unix.go Use "docker-runc" as alias for the default runtime 2016-06-30 16:47:51 -07:00
config_windows.go Use "docker-runc" as alias for the default runtime 2016-06-30 16:47:51 -07:00
container.go
container_operations.go Fix "sanbox" typos 2016-06-30 16:47:49 -07:00
container_operations_solaris.go
container_operations_unix.go
container_operations_windows.go
create.go
create_unix.go
create_windows.go
daemon.go Change root_maxkeys 2016-06-30 16:47:52 -07:00
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_solaris.go Daemon to support network restore 2016-06-14 16:45:25 -07:00
daemon_stub.go
daemon_test.go
daemon_unix.go Use "docker-runc" as alias for the default runtime 2016-06-30 16:47:51 -07:00
daemon_unix_test.go Daemon to support network restore 2016-06-14 16:45:25 -07:00
daemon_unsupported.go
daemon_windows.go Daemon to support network restore 2016-06-14 16:45:25 -07:00
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
delete_test.go
discovery.go
discovery_test.go
errors.go
events.go
events_test.go
exec.go
exec_linux.go
exec_solaris.go
exec_windows.go
export.go
health.go
health_test.go
image.go
image_delete.go Update rmi logic for canonical references 2016-06-30 16:47:39 -07:00
image_exporter.go
image_history.go
image_inspect.go
image_pull.go
image_push.go
image_tag.go
images.go
import.go
info.go Add support for multiples runtimes 2016-06-14 07:47:31 -07:00
inspect.go Fix race on force deleting container created by task 2016-06-14 16:49:04 -07:00
inspect_solaris.go
inspect_unix.go
inspect_windows.go
keys.go Change root_maxkeys 2016-06-30 16:47:52 -07:00
keys_unsupported.go Change root_maxkeys 2016-06-30 16:47:52 -07:00
kill.go
links.go
links_test.go
list.go Fixes #23596-returns empty string for NetworkID in response to /containers/json 2016-06-16 23:36:55 -07:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go Fixing file handle leak for "docker logs" 2016-06-30 16:47:44 -07:00
monitor.go
monitor_linux.go
monitor_solaris.go
monitor_windows.go Fix race on force deleting container created by task 2016-06-14 16:49:04 -07:00
mounts.go
names.go
network.go Fix "sanbox" typos 2016-06-30 16:47:49 -07:00
oci_linux.go Fix misspell typos 2016-06-30 16:47:43 -07:00
oci_solaris.go
oci_windows.go
pause.go
rename.go No need for container.Lock if rename same name 2016-06-30 16:47:49 -07:00
resize.go
restart.go
search.go
search_test.go
seccomp_disabled.go
seccomp_linux.go
selinux_linux.go
selinux_unsupported.go
start.go Fix race on force deleting container created by task 2016-06-14 16:49:04 -07:00
start_linux.go Fix missing container runtime on upgrade 2016-06-30 16:47:41 -07:00
start_windows.go Add support for multiples runtimes 2016-06-14 07:47:31 -07:00
stats.go
stats_collector_solaris.go
stats_collector_unix.go
stats_collector_windows.go
stop.go
top_unix.go
top_windows.go
unpause.go
update.go
update_linux.go
update_solaris.go
update_windows.go
volumes.go daemon: allow tmpfs to trump over VOLUME(s) 2016-06-16 23:36:51 -07:00
volumes_unit_test.go
volumes_unix.go daemon: allow tmpfs to trump over VOLUME(s) 2016-06-16 23:36:51 -07:00
volumes_windows.go
wait.go Fix race on force deleting container created by task 2016-06-14 16:49:04 -07:00