1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Brian Goff f72b180ae1
Merge pull request #35694 from boucher/checkpoint-dir-fix
Don't append the container id to custom directory checkpoints.
2018-01-03 11:22:21 -05:00
..
caps
cluster Remove Solaris files 2017-12-18 17:22:25 +01:00
config Remove Solaris files 2017-12-18 17:22:25 +01:00
discovery
events Update TestLogEvents to not use deprecated Status field 2017-12-20 12:49:51 +01:00
exec introduce workingdir option for docker exec 2017-12-01 09:06:07 +01:00
graphdriver Merge pull request #35674 from kolyshkin/zfs-rmdir 2017-12-28 15:35:19 -08:00
initlayer Remove redundant build-tags 2017-12-18 17:41:53 +01:00
links
listeners Remove Solaris files 2017-12-18 17:22:25 +01:00
logger Merge pull request #35726 from jahkeup/awslogs-batching 2017-12-19 20:44:33 +01:00
names
network
stats Remove redundant build-tags 2017-12-18 17:41:53 +01:00
testdata
apparmor_default.go
apparmor_default_unsupported.go
archive.go
archive_tarcopyoptions.go
archive_tarcopyoptions_unix.go
archive_tarcopyoptions_windows.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
archive_unix.go
archive_windows.go
attach.go
auth.go
bindmount_unix.go
build.go Fix layer DNE with duplicate layers. 2017-11-23 15:41:59 -05:00
cache.go
changes.go
checkpoint.go Don't append the container id to custom directory checkpoints. Fixes #34601. 2017-12-04 14:24:35 -05:00
cluster.go
commit.go Fix environ substitutions in docker commit --change ... 2017-12-20 11:03:38 -08:00
configs.go
configs_linux.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
configs_unsupported.go
configs_windows.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
container.go Re-validate Mounts on container start 2017-12-19 11:44:29 +01:00
container_linux.go
container_operations.go
container_operations_unix.go
container_operations_windows.go
container_windows.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
create.go
create_unix.go
create_windows.go
daemon.go Merge pull request #35812 from stevvooe/follow-conventions 2017-12-19 15:55:39 -08:00
daemon_linux.go
daemon_linux_test.go
daemon_test.go Restore error type in FindNetwork 2017-11-29 11:22:57 -08:00
daemon_unix.go Remove unused experimental code 2017-12-18 17:07:48 +01:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Remove getBlkioWeightDevices in daemon_windows.go as it is not needed 2017-12-13 17:31:28 +00:00
daemon_windows_test.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
delete_test.go
dependency.go
disk_usage.go
errors.go Restore error type in FindNetwork 2017-11-29 11:22:57 -08:00
events.go
events_test.go
exec.go introduce workingdir option for docker exec 2017-12-01 09:06:07 +01:00
exec_linux.go
exec_windows.go
export.go
getsize_unix.go
health.go fix #35843 regression on health check workingdir 2017-12-20 14:04:51 +01:00
health_test.go
image.go Remove support for referencing images by 'repository:shortid' 2017-12-14 21:10:29 -08:00
image_delete.go
image_exporter.go
image_history.go
image_inspect.go
image_pull.go
image_push.go
image_tag.go
images.go
import.go
info.go api: generalize version information to any platform component 2017-12-06 23:23:55 +01:00
info_unix.go
info_unix_test.go
info_windows.go
inspect.go
inspect_linux.go Remove Solaris files 2017-12-18 17:22:25 +01:00
inspect_windows.go
keys.go
keys_unsupported.go
kill.go Fix error handling for kill/process not found 2017-12-15 10:09:55 -05:00
links.go
list.go
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
logs_test.go
metrics.go
metrics_unix.go
metrics_unsupported.go
monitor.go Merge pull request #35516 from mlaventure/reduce-race-on-exit 2017-11-30 11:30:51 -08:00
monitor_linux.go
monitor_windows.go
mounts.go
names.go
network.go docker changes corresponding to libnetwork changes. 2017-11-30 13:03:30 -08:00
oci_linux.go
oci_linux_test.go
oci_windows.go
pause.go
prune.go
reload.go Add option to enable networkDB debug 2017-12-06 13:19:47 -08:00
reload_test.go Add option to enable networkDB debug 2017-12-06 13:19:47 -08:00
rename.go
resize.go
restart.go
search.go
search_test.go
seccomp_disabled.go
seccomp_linux.go
seccomp_unsupported.go
secrets.go
secrets_linux.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
secrets_unsupported.go
secrets_windows.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
selinux_linux.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
selinux_unsupported.go
start.go
start_unix.go Update daemon code for containerd API changes 2017-11-30 09:55:03 -05:00
start_windows.go
stats.go
stats_collector.go
stats_unix.go
stats_windows.go
stop.go
top_unix.go
top_unix_test.go
top_windows.go
trustkey.go
trustkey_test.go
unpause.go
update.go
update_linux.go Remove Solaris files 2017-12-18 17:22:25 +01:00
update_windows.go Remove Solaris files 2017-12-18 17:22:25 +01:00
volumes.go
volumes_unit_test.go
volumes_unix.go
volumes_unix_test.go
volumes_windows.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
wait.go
workdir.go