Brian Goff 41650df87e Merge pull request #30474 from allencloud/sort-volume-drivers 8 سال پیش
..
caps 9c4570a958 Replace execdrivers with containerd implementation 9 سال پیش
cluster 254fc83cba Merge pull request #30457 from dmcgowan/distribution-reference-update-2 8 سال پیش
events 3a1279393f Use distribution reference 8 سال پیش
exec 5ea75bb6bf Move `StreamConfig` out of `runconfig` 8 سال پیش
graphdriver 874a502b1d Fix RefCounter count return 8 سال پیش
initlayer 3d86b0c79b Implement content addressability for plugins 8 سال پیش
links cf4f5b4771 check typos and fix in daemon directory 8 سال پیش
logger 14790e4008 Merge pull request #30694 from godefroi/26937-fix-rfc5424-log-format-1 8 سال پیش
network c9fb551d60 Fix autostart for swarm scope connected containers 8 سال پیش
stats 835971c6fd Extract daemon statsCollector to its own package 8 سال پیش
apparmor_default.go 567ef8e785 daemon: switch to 'ensure' workflow for AppArmor profiles 8 سال پیش
apparmor_default_unsupported.go 567ef8e785 daemon: switch to 'ensure' workflow for AppArmor profiles 8 سال پیش
archive.go 9a2d0bc3ad Fix uneccessary calls to `volume.Unmount()` 8 سال پیش
archive_unix.go 7f66598583 Windows: docker cp consistent paths 9 سال پیش
archive_windows.go 331c8a86d4 Windows: Remove TP4 support from main code 9 سال پیش
attach.go 84d6240cfe Resolve race conditions in attach API call 8 سال پیش
auth.go 91e197d614 Add engine-api types to docker 8 سال پیش
bindmount_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
bindmount_unix.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
cache.go be1df1ee13 Extract the daemon image cache to its own package 8 سال پیش
changes.go 4fac603682 Windows: support docker diff 8 سال پیش
checkpoint.go dba271a42a Move names to package api 8 سال پیش
cluster.go 7e24c16086 add `docker network prune` 8 سال پیش
commit.go 3a1279393f Use distribution reference 8 سال پیش
config.go 1d1362bdb2 sort volume drivers and auth plugins in info response 8 سال پیش
config_common_unix.go c424be21b7 Clean some stuff from runconfig that are cli only… 8 سال پیش
config_experimental.go 7781a1bf0f Make experimental a runtime flag 8 سال پیش
config_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
config_test.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
config_unix.go db575ef626 Add daemon option --default-shm-size 8 سال پیش
config_unix_test.go db575ef626 Add daemon option --default-shm-size 8 سال پیش
config_windows.go 62cc802f61 Update docker daemon to dockerd 8 سال پیش
config_windows_test.go e3164842f3 fix config load error with ulimits 8 سال پیش
container.go 78b50c129e remove Register return value 8 سال پیش
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 سال پیش
container_operations.go c0a1d2e0d8 Merge pull request #30117 from msabansal/natfix 8 سال پیش
container_operations_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
container_operations_unix.go db575ef626 Add daemon option --default-shm-size 8 سال پیش
container_operations_windows.go 600f0ad211 Windows: Factor out unused fields in container 8 سال پیش
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 سال پیش
create.go 78b50c129e remove Register return value 8 سال پیش
create_unix.go fc7b904dce Add new `HostConfig` field, `Mounts`. 8 سال پیش
create_windows.go 7e03ce3f13 Windows: Revert 27884 8 سال پیش
daemon.go 3a1279393f Use distribution reference 8 سال پیش
daemon_experimental.go c410222e42 move plugins out of experimental 8 سال پیش
daemon_linux.go 26517a0161 Add Windows specific exec root for plugins. 8 سال پیش
daemon_linux_test.go 05cc737f54 Fix container mount cleanup issues 9 سال پیش
daemon_solaris.go 3a1279393f Use distribution reference 8 سال پیش
daemon_test.go 5b9348c553 support registry mirror config reload 8 سال پیش
daemon_unix.go 354bd4aadd Merge pull request #29692 from yongtang/29492-daemon-shm-size 8 سال پیش
daemon_unix_test.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
daemon_unsupported.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 سال پیش
daemon_windows.go 26517a0161 Add Windows specific exec root for plugins. 8 سال پیش
debugtrap.go 4130eb24e9 Reduce spew data dumped 8 سال پیش
debugtrap_unix.go 4c62b12636 Spew debugging 8 سال پیش
debugtrap_unsupported.go 4c62b12636 Spew debugging 8 سال پیش
debugtrap_windows.go 4c62b12636 Spew debugging 8 سال پیش
delete.go 835971c6fd Extract daemon statsCollector to its own package 8 سال پیش
delete_test.go 9a58f298d1 make client side know container removal in progress 8 سال پیش
discovery.go 68fde86256 validate heartbeat in discovery cluster opts 8 سال پیش
discovery_test.go 68fde86256 validate heartbeat in discovery cluster opts 8 سال پیش
disk_usage.go 7a85579917 *: use opencontainers/go-digest package 8 سال پیش
errors.go 3a1279393f Use distribution reference 8 سال پیش
events.go 91e197d614 Add engine-api types to docker 8 سال پیش
events_test.go 91e197d614 Add engine-api types to docker 8 سال پیش
exec.go 84d6240cfe Resolve race conditions in attach API call 8 سال پیش
exec_linux.go 02309170a5 Remove hacked Windows OCI spec, compile fixups 8 سال پیش
exec_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 سال پیش
exec_windows.go 5207ff7202 Windows: Plumb through user 8 سال پیش
export.go aa2cc18745 pkg/archive: remove unnecessary Archive and Reader type 8 سال پیش
getsize_unix.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
health.go f6f67891be Merge pull request #28438 from vdemeester/use-container-shell-instead-of-hardcoded 8 سال پیش
health_test.go 522bfd926b Enhance pkg/{httputils,integration}, distribution/xfer unit tests 8 سال پیش
image.go 3a1279393f Use distribution reference 8 سال پیش
image_delete.go 3a1279393f Use distribution reference 8 سال پیش
image_exporter.go d5baf8ddcf Move some image related methods & struct to smaller files 9 سال پیش
image_history.go 3a1279393f Use distribution reference 8 سال پیش
image_inspect.go 3a1279393f Use distribution reference 8 سال پیش
image_pull.go 3a1279393f Use distribution reference 8 سال پیش
image_push.go 3a1279393f Use distribution reference 8 سال پیش
image_tag.go 3a1279393f Use distribution reference 8 سال پیش
images.go 3a1279393f Use distribution reference 8 سال پیش
import.go 3a1279393f Use distribution reference 8 سال پیش
info.go 1d1362bdb2 sort volume drivers and auth plugins in info response 8 سال پیش
info_unix.go 514ca09426 api: types: keep info.SecurityOptions a string slice 8 سال پیش
info_windows.go 514ca09426 api: types: keep info.SecurityOptions a string slice 8 سال پیش
inspect.go 1808348136 record pid of exec'd process 8 سال پیش
inspect_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
inspect_unix.go fc7b904dce Add new `HostConfig` field, `Mounts`. 8 سال پیش
inspect_windows.go fc7b904dce Add new `HostConfig` field, `Mounts`. 8 سال پیش
keys.go ca3e4545aa Change root_maxkeys 9 سال پیش
keys_unsupported.go 7c3657065c change minor mistake of spelling 8 سال پیش
kill.go 6fb05778ba fix nits in comments 8 سال پیش
links.go 3f6127b173 Windows: Factor out sqlite 8 سال پیش
list.go 743943f636 Add `publish` and `expose` filter for `docker ps --filter` 8 سال پیش
list_unix.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 سال پیش
list_windows.go 6bb0d1816a Move Container to its own package. 9 سال پیش
logdrivers_linux.go 2764d67c3a added logentries driver 8 سال پیش
logdrivers_windows.go cff9679c6c Windows: Enable fluentd logdriver 8 سال پیش
logs.go fb2bb3653e Close logwatcher on context cancellation 8 سال پیش
logs_test.go 91e197d614 Add engine-api types to docker 8 سال پیش
metrics.go 3343d234f3 Add basic prometheus support 8 سال پیش
monitor.go 5ea75bb6bf Move `StreamConfig` out of `runconfig` 8 سال پیش
monitor_linux.go 818a5198e4 Adding postRunProcessing infrastructure for hanlding Windows Update. 9 سال پیش
monitor_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 سال پیش
monitor_windows.go 37a3be2449 Move stdio attach from libcontainerd backend to callback 8 سال پیش
mounts.go fc7b904dce Add new `HostConfig` field, `Mounts`. 8 سال پیش
names.go 2bee1cfd5a Use quoted form of container name and container id 8 سال پیش
network.go 5d71cc01b6 getAllNetworks unnecessary walks all the networks 8 سال پیش
oci_linux.go 1756af6faf Allow adding rules to cgroup devices.allow on container create/run 8 سال پیش
oci_solaris.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 سال پیش
oci_windows.go f42033ba94 Windows: Unify workdir handling 8 سال پیش
pause.go 9c4570a958 Replace execdrivers with containerd implementation 9 سال پیش
prune.go 3a1279393f Use distribution reference 8 سال پیش
rename.go b9ab129554 Fix rename error when sid is empty 8 سال پیش
resize.go 9c4570a958 Replace execdrivers with containerd implementation 9 سال پیش
restart.go bd7d51292c Allow providing a custom storage directory for docker checkpoints 8 سال پیش
search.go 91e197d614 Add engine-api types to docker 8 سال پیش
search_test.go 514adcf458 Remove redundant format 8 سال پیش
seccomp_disabled.go 041e5a21dc Replace old oci specs import with runtime-specs 9 سال پیش
seccomp_linux.go b237189e6c daemon: add a flag to override the default seccomp profile 8 سال پیش
seccomp_unsupported.go a3b9dd89a1 Fix seccomp output in `docker info` 9 سال پیش
secrets.go bebd472e40 do not force target type for secret references 8 سال پیش
secrets_linux.go 3716ec25b4 secrets: secret management for swarm 8 سال پیش
secrets_unsupported.go 3716ec25b4 secrets: secret management for swarm 8 سال پیش
selinux_linux.go f9daecc880 Rename daemon/utils_*.go to selinux 9 سال پیش
selinux_unsupported.go f9daecc880 Rename daemon/utils_*.go to selinux 9 سال پیش
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 سال پیش
start_unix.go 9391a822ea daemon: honor default runtime when starting containers 8 سال پیش
start_windows.go e6962481a0 Added support for dns-search and fixes #30102 8 سال پیش
stats.go 835971c6fd Extract daemon statsCollector to its own package 8 سال پیش
stats_collector.go 835971c6fd Extract daemon statsCollector to its own package 8 سال پیش
stats_unix.go 45818d6fc4 Removed engine-api leftovers 8 سال پیش
stats_windows.go 340e5233b2 Windows: stats support 8 سال پیش
stop.go 6fb05778ba fix nits in comments 8 سال پیش
top_unix.go 16bdbaaa33 Convert ContainerTopOKResponse from swagger spec. 8 سال پیش
top_unix_test.go 2539332209 Validate arguments for `ps` in `docker top` 9 سال پیش
top_windows.go 16bdbaaa33 Convert ContainerTopOKResponse from swagger spec. 8 سال پیش
unpause.go 0bac72e4bd remove running judgement when unpause container 9 سال پیش
update.go 737b5b1781 Fix update clear the restart policy of monitor 8 سال پیش
update_linux.go 91e197d614 Add engine-api types to docker 8 سال پیش
update_solaris.go 91e197d614 Add engine-api types to docker 8 سال پیش
update_windows.go 91e197d614 Add engine-api types to docker 8 سال پیش
volumes.go 9526e5c6ae Fix duplicate mount point for `--volumes-from` in `docker run` 8 سال پیش
volumes_unit_test.go baba1a8493 reorder imports with goimports 9 سال پیش
volumes_unix.go cf3ef262b1 close the file 8 سال پیش
volumes_windows.go 02309170a5 Remove hacked Windows OCI spec, compile fixups 8 سال پیش
wait.go dcfe99278d Fix race on force deleting container created by task 9 سال پیش
workdir.go 80b642ff88 Ignore the daemon log config when building images. 8 سال پیش