Brian Goff 41650df87e Merge pull request #30474 from allencloud/sort-volume-drivers 8 years ago
..
caps 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
cluster 254fc83cba Merge pull request #30457 from dmcgowan/distribution-reference-update-2 8 years ago
events 3a1279393f Use distribution reference 8 years ago
exec 5ea75bb6bf Move `StreamConfig` out of `runconfig` 8 years ago
graphdriver 874a502b1d Fix RefCounter count return 8 years ago
initlayer 3d86b0c79b Implement content addressability for plugins 8 years ago
links cf4f5b4771 check typos and fix in daemon directory 8 years ago
logger 14790e4008 Merge pull request #30694 from godefroi/26937-fix-rfc5424-log-format-1 8 years ago
network c9fb551d60 Fix autostart for swarm scope connected containers 9 years ago
stats 835971c6fd Extract daemon statsCollector to its own package 8 years ago
apparmor_default.go 567ef8e785 daemon: switch to 'ensure' workflow for AppArmor profiles 8 years ago
apparmor_default_unsupported.go 567ef8e785 daemon: switch to 'ensure' workflow for AppArmor profiles 8 years ago
archive.go 9a2d0bc3ad Fix uneccessary calls to `volume.Unmount()` 8 years ago
archive_unix.go 7f66598583 Windows: docker cp consistent paths 9 years ago
archive_windows.go 331c8a86d4 Windows: Remove TP4 support from main code 9 years ago
attach.go 84d6240cfe Resolve race conditions in attach API call 8 years ago
auth.go 91e197d614 Add engine-api types to docker 9 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
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 dba271a42a Move names to package api 8 years ago
cluster.go 7e24c16086 add `docker network prune` 8 years ago
commit.go 3a1279393f Use distribution reference 8 years ago
config.go 1d1362bdb2 sort volume drivers and auth plugins in info response 8 years ago
config_common_unix.go c424be21b7 Clean some stuff from runconfig that are cli only… 8 years ago
config_experimental.go 7781a1bf0f Make experimental a runtime flag 8 years ago
config_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
config_test.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
config_unix.go db575ef626 Add daemon option --default-shm-size 8 years ago
config_unix_test.go db575ef626 Add daemon option --default-shm-size 8 years ago
config_windows.go 62cc802f61 Update docker daemon to dockerd 8 years ago
config_windows_test.go e3164842f3 fix config load error with ulimits 8 years ago
container.go 78b50c129e remove Register return 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 c0a1d2e0d8 Merge pull request #30117 from msabansal/natfix 8 years ago
container_operations_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
container_operations_unix.go db575ef626 Add daemon option --default-shm-size 8 years ago
container_operations_windows.go 600f0ad211 Windows: Factor out unused fields in container 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 78b50c129e remove Register return value 8 years ago
create_unix.go fc7b904dce Add new `HostConfig` field, `Mounts`. 9 years ago
create_windows.go 7e03ce3f13 Windows: Revert 27884 8 years ago
daemon.go 3a1279393f Use distribution reference 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 05cc737f54 Fix container mount cleanup issues 9 years ago
daemon_solaris.go 3a1279393f Use distribution reference 8 years ago
daemon_test.go 5b9348c553 support registry mirror config reload 8 years ago
daemon_unix.go 354bd4aadd Merge pull request #29692 from yongtang/29492-daemon-shm-size 8 years ago
daemon_unix_test.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
daemon_unsupported.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
daemon_windows.go 26517a0161 Add Windows specific exec root for plugins. 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 835971c6fd Extract daemon statsCollector to its own package 8 years ago
delete_test.go 9a58f298d1 make client side know container removal in progress 8 years ago
discovery.go 68fde86256 validate heartbeat in discovery cluster opts 9 years ago
discovery_test.go 68fde86256 validate heartbeat in discovery cluster opts 9 years ago
disk_usage.go 7a85579917 *: use opencontainers/go-digest package 8 years ago
errors.go 3a1279393f Use distribution reference 8 years ago
events.go 91e197d614 Add engine-api types to docker 9 years ago
events_test.go 91e197d614 Add engine-api types to docker 9 years ago
exec.go 84d6240cfe Resolve race conditions in attach API call 8 years ago
exec_linux.go 02309170a5 Remove hacked Windows OCI spec, compile fixups 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 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
health.go f6f67891be Merge pull request #28438 from vdemeester/use-container-shell-instead-of-hardcoded 8 years ago
health_test.go 522bfd926b Enhance pkg/{httputils,integration}, distribution/xfer unit tests 8 years ago
image.go 3a1279393f Use distribution reference 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 3a1279393f Use distribution reference 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 3a1279393f Use distribution reference 8 years ago
import.go 3a1279393f Use distribution reference 8 years ago
info.go 1d1362bdb2 sort volume drivers and auth plugins in info response 8 years ago
info_unix.go 514ca09426 api: types: keep info.SecurityOptions a string slice 8 years ago
info_windows.go 514ca09426 api: types: keep info.SecurityOptions a string slice 8 years ago
inspect.go 1808348136 record pid of exec'd process 8 years ago
inspect_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
inspect_unix.go fc7b904dce Add new `HostConfig` field, `Mounts`. 9 years ago
inspect_windows.go fc7b904dce Add new `HostConfig` field, `Mounts`. 9 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 6fb05778ba fix nits in comments 8 years ago
links.go 3f6127b173 Windows: Factor out sqlite 8 years ago
list.go 743943f636 Add `publish` and `expose` filter for `docker ps --filter` 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 fb2bb3653e Close logwatcher on context cancellation 8 years ago
logs_test.go 91e197d614 Add engine-api types to docker 9 years ago
metrics.go 3343d234f3 Add basic prometheus support 8 years ago
monitor.go 5ea75bb6bf Move `StreamConfig` out of `runconfig` 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 fc7b904dce Add new `HostConfig` field, `Mounts`. 9 years ago
names.go 2bee1cfd5a Use quoted form of container name and container id 8 years ago
network.go 5d71cc01b6 getAllNetworks unnecessary walks all the networks 8 years ago
oci_linux.go 1756af6faf Allow adding rules to cgroup devices.allow on container create/run 8 years ago
oci_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
oci_windows.go f42033ba94 Windows: Unify workdir handling 8 years ago
pause.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
prune.go 3a1279393f Use distribution reference 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 9 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 b237189e6c daemon: add a flag to override the default seccomp profile 8 years ago
seccomp_unsupported.go a3b9dd89a1 Fix seccomp output in `docker info` 9 years ago
secrets.go bebd472e40 do not force target type for secret references 8 years ago
secrets_linux.go 3716ec25b4 secrets: secret management for swarm 8 years ago
secrets_unsupported.go 3716ec25b4 secrets: secret management for swarm 8 years ago
selinux_linux.go f9daecc880 Rename daemon/utils_*.go to selinux 9 years ago
selinux_unsupported.go f9daecc880 Rename daemon/utils_*.go to selinux 9 years ago
start.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
start_unix.go 9391a822ea daemon: honor default runtime when starting containers 8 years ago
start_windows.go e6962481a0 Added support for dns-search and fixes #30102 8 years ago
stats.go 835971c6fd Extract daemon statsCollector to its own package 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 9 years ago
stop.go 6fb05778ba fix nits in comments 8 years ago
top_unix.go 16bdbaaa33 Convert ContainerTopOKResponse from swagger spec. 8 years ago
top_unix_test.go 2539332209 Validate arguments for `ps` in `docker top` 9 years ago
top_windows.go 16bdbaaa33 Convert ContainerTopOKResponse from swagger spec. 8 years ago
unpause.go 0bac72e4bd remove running judgement when unpause container 9 years ago
update.go 737b5b1781 Fix update clear the restart policy of monitor 8 years ago
update_linux.go 91e197d614 Add engine-api types to docker 9 years ago
update_solaris.go 91e197d614 Add engine-api types to docker 9 years ago
update_windows.go 91e197d614 Add engine-api types to docker 9 years ago
volumes.go 9526e5c6ae Fix duplicate mount point for `--volumes-from` in `docker run` 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_windows.go 02309170a5 Remove hacked Windows OCI spec, compile fixups 8 years ago
wait.go dcfe99278d Fix race on force deleting container created by task 9 years ago
workdir.go 80b642ff88 Ignore the daemon log config when building images. 8 years ago