1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Sebastiaan van Stijn 901fe35bd3 Merge pull request #34174 from aaronlehmann/logattributes
Avoid using a map for log attributes
2017-07-21 22:31:51 +02:00
..
caps
cluster Avoid using a map for log attributes 2017-07-18 19:01:20 -07:00
config
discovery Spelling fixes 2017-07-03 13:13:09 -07:00
events make engine support cluster config event 2017-07-11 17:21:15 +08:00
exec
graphdriver Merge pull request #33960 from cpuguy83/ignore_not_exist_err 2017-07-21 13:52:27 +02:00
initlayer [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
links
logger Avoid using a map for log attributes 2017-07-18 19:01:20 -07:00
network
stats Return an empty stats if "container not found" 2017-07-10 16:30:48 +08:00
apparmor_default.go
apparmor_default_unsupported.go
archive.go
archive_tarcopyoptions.go
archive_tarcopyoptions_unix.go
archive_tarcopyoptions_windows.go
archive_unix.go
archive_windows.go
attach.go
auth.go
bindmount_solaris.go
bindmount_unix.go
build.go
cache.go
changes.go
checkpoint.go
cluster.go
commit.go
configs.go
configs_linux.go
configs_unsupported.go
configs_windows.go
container.go Store container names in memdb 2017-07-13 12:35:00 -07:00
container_linux.go
container_operations.go Include Endpoint List for Shared Endpoints 2017-07-06 12:19:17 -07:00
container_operations_solaris.go Include Endpoint List for Shared Endpoints 2017-07-06 12:19:17 -07:00
container_operations_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
container_operations_windows.go Include Endpoint List for Shared Endpoints 2017-07-06 12:19:17 -07:00
container_windows.go
create.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
create_unix.go
create_windows.go
daemon.go Add a log message when the storage driver is overriden through the environment 2017-07-20 17:38:34 +02:00
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_solaris.go Do not set -1 for swappiness 2017-07-03 11:23:15 -07:00
daemon_test.go Store container names in memdb 2017-07-13 12:35:00 -07:00
daemon_unix.go Return an empty stats if "container not found" 2017-07-10 16:30:48 +08:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Return an empty stats if "container not found" 2017-07-10 16:30:48 +08:00
debugtrap_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
debugtrap_unsupported.go
debugtrap_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
delete.go Merge pull request #33960 from cpuguy83/ignore_not_exist_err 2017-07-21 13:52:27 +02:00
delete_test.go
dependency.go
disk_usage.go
errors.go Return an empty stats if "container not found" 2017-07-10 16:30:48 +08:00
events.go make engine support cluster config event 2017-07-11 17:21:15 +08:00
events_test.go
exec.go
exec_linux.go
exec_solaris.go
exec_windows.go
export.go
getsize_unix.go
health.go Merge pull request #33781 from mlaventure/fix-healhcheck-goroutine-leak 2017-06-26 15:34:43 -07:00
health_test.go
image.go
image_delete.go
image_exporter.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
image_history.go
image_inspect.go Set a LastUpdated time in image metadata when an image tag is updated. 2017-06-26 12:16:26 -07:00
image_pull.go
image_push.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
image_tag.go Set a LastUpdated time in image metadata when an image tag is updated. 2017-06-26 12:16:26 -07:00
images.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
import.go
info.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
info_unix.go
info_unix_test.go
info_windows.go
inspect.go Merge pull request #32881 from coolljt0725/fix_exec_faild 2017-07-12 19:29:27 -07:00
inspect_solaris.go
inspect_unix.go
inspect_windows.go
keys.go
keys_unsupported.go
kill.go Allow stopping of paused container 2017-07-12 10:35:48 -04:00
links.go
list.go Store container names in memdb 2017-07-13 12:35:00 -07:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
logs_test.go
metrics.go
metrics_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
metrics_unsupported.go
monitor.go
monitor_linux.go
monitor_solaris.go
monitor_windows.go
mounts.go
names.go Store container names in memdb 2017-07-13 12:35:00 -07:00
network.go
oci_linux.go
oci_solaris.go
oci_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
pause.go
prune.go return prune data when context canceled 2017-07-10 10:06:24 +08:00
reload.go Spelling fixes 2017-07-03 13:13:09 -07:00
reload_test.go
rename.go Store container names in memdb 2017-07-13 12:35:00 -07:00
resize.go
restart.go
search.go
search_test.go
seccomp_disabled.go
seccomp_linux.go
seccomp_unsupported.go
secrets.go
secrets_linux.go
secrets_unsupported.go
secrets_windows.go
selinux_linux.go
selinux_unsupported.go
start.go
start_unix.go
start_windows.go Include Endpoint List for Shared Endpoints 2017-07-06 12:19:17 -07:00
stats.go
stats_collector.go
stats_unix.go
stats_windows.go
stop.go
top_unix.go
top_unix_test.go
top_windows.go
unpause.go
update.go
update_linux.go
update_solaris.go
update_windows.go
volumes.go
volumes_unit_test.go
volumes_unix.go
volumes_unix_test.go Spelling fixes 2017-07-03 13:13:09 -07:00
volumes_windows.go
wait.go
workdir.go