Victor Vieux 2445e6b99d move multireader out of /pkg 8 years ago
..
caps 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
cluster 10df99f9ae Vendor swarmkit 7e096ced 8 years ago
config e428c824c3 Expose trust key path in config 8 years ago
discovery 87d0a3ad89 The returned err should be printed 8 years ago
events 59d45c384a support cluster events 8 years ago
exec 5ea75bb6bf Move `StreamConfig` out of `runconfig` 8 years ago
graphdriver f64a4ad008 Support overlay2 on btrfs 8 years ago
initlayer 3d86b0c79b Implement content addressability for plugins 8 years ago
links 2a8d6368d4 use t.Fatal() to output the err message where the values used for formatting 8 years ago
logger 2445e6b99d move multireader out of /pkg 8 years ago
network c9fb551d60 Fix autostart for swarm scope connected containers 8 years ago
stats 115f91d757 Correct CPU usage calculation in presence of offline CPUs and newer Linux 8 years ago
apparmor_default.go dd340c52cb apparmor: make pkg/aaparser work on read-only root 8 years ago
apparmor_default_unsupported.go 567ef8e785 daemon: switch to 'ensure' workflow for AppArmor profiles 8 years ago
archive.go b3bc7b28d0 Expose a smaller interface for the Builder retrieving images from daemon 8 years ago
archive_tarcopyoptions.go 8a7ff5ff74 daemon/archive.go: Fix copy routines to preserve UID. 8 years ago
archive_tarcopyoptions_unix.go 8a7ff5ff74 daemon/archive.go: Fix copy routines to preserve UID. 8 years ago
archive_tarcopyoptions_windows.go 8a7ff5ff74 daemon/archive.go: Fix copy routines to preserve UID. 8 years ago
archive_unix.go 481d2633fe Windows: Fail fs ops on running Hyper-V containers gracefully 8 years ago
archive_windows.go 481d2633fe Windows: Fail fs ops on running Hyper-V containers gracefully 8 years ago
attach.go 5010e09534 Add a restarting check to ContainerAttach 8 years ago
auth.go 91e197d614 Add engine-api types to docker 8 years ago
bindmount_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
bindmount_unix.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
build.go 6c28e8edd5 Refactor imageContexts into two different structs. 8 years ago
cache.go be1df1ee13 Extract the daemon image cache to its own package 8 years ago
changes.go 4fac603682 Windows: support docker diff 8 years ago
checkpoint.go c0d2ec1eb5 Fix checkpoint ls 8 years ago
cluster.go e2ec006797 Fix race condition between swarm and libnetwork 8 years ago
commit.go 9f738cc574 Cleanup all the mutate + defer revert of b.runConfig in the builder 8 years ago
configs.go 9e9fc7b57c Add config support to executor backend 8 years ago
configs_linux.go 9e9fc7b57c Add config support to executor backend 8 years ago
configs_unsupported.go e0d533b1e8 Add Windows configs support 8 years ago
configs_windows.go e0d533b1e8 Add Windows configs support 8 years ago
container.go d8b6a35d02 set 1ms as container duration minimum value 8 years ago
container_linux.go d97a00dfd5 Added an apparmorEnabled boolean in the Daemon struct to indicate if AppArmor is enabled or not. It is set in NewDaemon using sysInfo information. 8 years ago
container_operations.go 2418f25767 Do not error out on serv bind deactivation if no sbox is found 8 years ago
container_operations_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
container_operations_unix.go 4921171587 Update ContainerWait API 8 years ago
container_operations_windows.go e0d533b1e8 Add Windows configs support 8 years ago
container_windows.go d97a00dfd5 Added an apparmorEnabled boolean in the Daemon struct to indicate if AppArmor is enabled or not. It is set in NewDaemon using sysInfo information. 8 years ago
create.go 669f4ba37e Merge pull request #29554 from cpuguy83/keep_running_count_of_states 8 years ago
create_unix.go abbbf91498 Switch to using opencontainers/selinux for selinux bindings 8 years ago
create_windows.go 7e03ce3f13 Windows: Revert 27884 8 years ago
daemon.go 4dd3e5b77c Merge pull request #33075 from x1022as/stop 8 years ago
daemon_experimental.go c410222e42 move plugins out of experimental 8 years ago
daemon_linux.go 26517a0161 Add Windows specific exec root for plugins. 8 years ago
daemon_linux_test.go 2a8d6368d4 use t.Fatal() to output the err message where the values used for formatting 8 years ago
daemon_solaris.go abbbf91498 Switch to using opencontainers/selinux for selinux bindings 8 years ago
daemon_test.go 75f5d63ec8 rewrite reload code 8 years ago
daemon_unix.go 005506d36c Update moby to runc and oci 1.0 runtime final rc 8 years ago
daemon_unix_test.go 2a8d6368d4 use t.Fatal() to output the err message where the values used for formatting 8 years ago
daemon_unsupported.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
daemon_windows.go 3b5af0a289 Fix scaling of NanoCPUs on Hyper-V containers 8 years ago
debugtrap.go 4130eb24e9 Reduce spew data dumped 8 years ago
debugtrap_unix.go 4c62b12636 Spew debugging 8 years ago
debugtrap_unsupported.go 4c62b12636 Spew debugging 8 years ago
debugtrap_windows.go 4c62b12636 Spew debugging 8 years ago
delete.go cfdf84d5d0 Update Container Wait Backend 8 years ago
delete_test.go 8f51746997 Use a test table in the daemon delete unit tests 8 years ago
dependency.go 9e9fc7b57c Add config support to executor backend 8 years ago
disk_usage.go 5a9f2a3ce6 Prevent multiple parallel SystemDiskUsage call 8 years ago
errors.go 3a1279393f Use distribution reference 8 years ago
events.go 59d45c384a support cluster events 8 years ago
events_test.go 2a8d6368d4 use t.Fatal() to output the err message where the values used for formatting 8 years ago
exec.go 4921171587 Update ContainerWait API 8 years ago
exec_linux.go 790a81ea9a daemon: also ensureDefaultApparmorProfile in exec path 8 years ago
exec_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
exec_windows.go 5207ff7202 Windows: Plumb through user 8 years ago
export.go aa2cc18745 pkg/archive: remove unnecessary Archive and Reader type 8 years ago
getsize_unix.go bd33a99acf Don’t hold container lock for size calculation 8 years ago
health.go 5836d86ac4 Add container environment variables correctly to the health check 8 years ago
health_test.go e401f63735 Added start period option to health check. 8 years ago
image.go b3bc7b28d0 Expose a smaller interface for the Builder retrieving images from daemon 8 years ago
image_delete.go 3a1279393f Use distribution reference 8 years ago
image_exporter.go d5baf8ddcf Move some image related methods & struct to smaller files 9 years ago
image_history.go 3a1279393f Use distribution reference 8 years ago
image_inspect.go 3a1279393f Use distribution reference 8 years ago
image_pull.go b3bc7b28d0 Expose a smaller interface for the Builder retrieving images from daemon 8 years ago
image_push.go 3a1279393f Use distribution reference 8 years ago
image_tag.go 3a1279393f Use distribution reference 8 years ago
images.go 2b9694c29e Ignore `layer does not exist` error from `docker images` 8 years ago
import.go c87d67b0ad Refacator pkg/streamformatter 8 years ago
info.go 669f4ba37e Merge pull request #29554 from cpuguy83/keep_running_count_of_states 8 years ago
info_unix.go 17b1288760 Fix missing Init Binary in docker info output 8 years ago
info_unix_test.go 72eddf4258 Refactor "init" version parsing, and add unit-test 8 years ago
info_windows.go 514ca09426 api: types: keep info.SecurityOptions a string slice 8 years ago
inspect.go 4921171587 Update ContainerWait API 8 years ago
inspect_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
inspect_unix.go bd33a99acf Don’t hold container lock for size calculation 8 years ago
inspect_windows.go fc7b904dce Add new `HostConfig` field, `Mounts`. 8 years ago
keys.go ca3e4545aa Change root_maxkeys 9 years ago
keys_unsupported.go 7c3657065c change minor mistake of spelling 8 years ago
kill.go 872e28bb14 Merge pull request #33335 from cpuguy83/33334_check_unset_sig 8 years ago
links.go 3f6127b173 Windows: Factor out sqlite 8 years ago
list.go 59b70cdabe 28722: List of containers with networkID filter is not working 8 years ago
list_unix.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
list_windows.go 6bb0d1816a Move Container to its own package. 9 years ago
logdrivers_linux.go 2764d67c3a added logentries driver 8 years ago
logdrivers_windows.go cff9679c6c Windows: Enable fluentd logdriver 8 years ago
logs.go 4fdb17c777 Prevent ContainerLogs from hanging if container doesn't run for long 8 years ago
logs_test.go 91e197d614 Add engine-api types to docker 8 years ago
metrics.go 0e8e8f0f31 Add support for metrics plugins 8 years ago
metrics_unix.go 0e8e8f0f31 Add support for metrics plugins 8 years ago
metrics_unsupported.go 0e8e8f0f31 Add support for metrics plugins 8 years ago
monitor.go 54dcbab25e Do not remove containers from memory on error 8 years ago
monitor_linux.go 818a5198e4 Adding postRunProcessing infrastructure for hanlding Windows Update. 9 years ago
monitor_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
monitor_windows.go 37a3be2449 Move stdio attach from libcontainerd backend to callback 8 years ago
mounts.go 3cf18596e9 Fix issue backporting mount spec to pre-1.13 obj 8 years ago
names.go 2bee1cfd5a Use quoted form of container name and container id 8 years ago
network.go b34d3e730f Integrate local datascope network with swarm 8 years ago
oci_linux.go 9e9fc7b57c Add config support to executor backend 8 years ago
oci_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
oci_windows.go 425973cbb8 Use CpuMaximum instead of CpuPercent for more precision 8 years ago
pause.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
prune.go 32da2a4234 prevent image prune panic 8 years ago
reload.go 67fdf574d5 Add daemon option to push foreign layers 8 years ago
reload_test.go 67fdf574d5 Add daemon option to push foreign layers 8 years ago
rename.go b9ab129554 Fix rename error when sid is empty 8 years ago
resize.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
restart.go bd7d51292c Allow providing a custom storage directory for docker checkpoints 8 years ago
search.go 91e197d614 Add engine-api types to docker 8 years ago
search_test.go 514adcf458 Remove redundant format 8 years ago
seccomp_disabled.go 041e5a21dc Replace old oci specs import with runtime-specs 9 years ago
seccomp_linux.go 005506d36c Update moby to runc and oci 1.0 runtime final rc 8 years ago
seccomp_unsupported.go a3b9dd89a1 Fix seccomp output in `docker info` 9 years ago
secrets.go 9e9fc7b57c Add config support to executor backend 8 years ago
secrets_linux.go 3716ec25b4 secrets: secret management for swarm 8 years ago
secrets_unsupported.go bd4e8aa64e Add Windows secrets support 8 years ago
secrets_windows.go bd4e8aa64e Add Windows secrets support 8 years ago
selinux_linux.go abbbf91498 Switch to using opencontainers/selinux for selinux bindings 8 years ago
selinux_unsupported.go f9daecc880 Rename daemon/utils_*.go to selinux 9 years ago
start.go 7917a36cc7 Fix some data races 8 years ago
start_unix.go 9391a822ea daemon: honor default runtime when starting containers 8 years ago
start_windows.go 4bf8714fac Merge pull request #33311 from msabansal/dnssearch 8 years ago
stats.go eb3a7c2329 Send "Name" and "ID" when stating stopped containers 8 years ago
stats_collector.go 835971c6fd Extract daemon statsCollector to its own package 8 years ago
stats_unix.go 45818d6fc4 Removed engine-api leftovers 8 years ago
stats_windows.go 340e5233b2 Windows: stats support 8 years ago
stop.go 4921171587 Update ContainerWait API 8 years ago
top_unix.go a7497c39cd Fixing issue of docker top command failure when dealing with -m option 8 years ago
top_unix_test.go a7497c39cd Fixing issue of docker top command failure when dealing with -m option 8 years ago
top_windows.go 16bdbaaa33 Convert ContainerTopOKResponse from swagger spec. 8 years ago
unpause.go 0bac72e4bd remove running judgement when unpause container 8 years ago
update.go 97f8607164 Remove ContainerUpdateCmdOnBuild, it does nothing. 8 years ago
update_linux.go 6102243692 Add `--cpus` support for `docker update` 8 years ago
update_solaris.go 91e197d614 Add engine-api types to docker 8 years ago
update_windows.go 91e197d614 Add engine-api types to docker 8 years ago
volumes.go 79b19c2e16 Merge pull request #33257 from mtesselH/master 8 years ago
volumes_unit_test.go baba1a8493 reorder imports with goimports 9 years ago
volumes_unix.go cf3ef262b1 close the file 8 years ago
volumes_unix_test.go 3cf18596e9 Fix issue backporting mount spec to pre-1.13 obj 8 years ago
volumes_windows.go e0577d5fe8 fix some typos from module contrib to man 8 years ago
wait.go 4921171587 Update ContainerWait API 8 years ago
workdir.go 80b642ff88 Ignore the daemon log config when building images. 8 years ago