Tõnis Tiigi e10f6a2e54 Merge pull request #25309 from cpuguy83/25253_fix_accidental_bind_create 9 years ago
..
caps 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
cluster e10f6a2e54 Merge pull request #25309 from cpuguy83/25253_fix_accidental_bind_create 9 years ago
events 42abccb841 Make daemon events listen for plugin lifecycle events. 9 years ago
exec 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
graphdriver 0e633ee14a Fixes Issue # 23418: Race condition between device deferred removal and resume device. 9 years ago
links 056e744903 Replace usage of pkg/nat with go-connections/nat. 9 years ago
logger 48569e0a35 Merge pull request #22911 from vdemeester/20033-default-logging-tag-value 9 years ago
network ed5d335e22 api,daemon: cleanup some unused stuff 9 years ago
apparmor_default.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
apparmor_default_unsupported.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
archive.go 7f66598583 Windows: docker cp consistent paths 9 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 4dafd107ad Merge pull request #22777 from WeiZhang555/wait-restarting 9 years ago
auth.go bfa0885c37 Moving some more methods away from daemon.go 9 years ago
changes.go fb48bf518b Move some container related methods and structs to smaller files 9 years ago
commit.go d05d0211bc Windows: CMD not honouring arg escaping 9 years ago
config.go b945422393 Rename config LiveRestore to LiveRestoreEnabled 9 years ago
config_experimental.go 557c7cb888 Move userns support out of experimental into master 9 years ago
config_solaris.go d3af5e3d4b Daemon changes to pass exec-root to libnetwork 9 years ago
config_stub.go 44e1023a93 Add user namespace enable flag `--userns-remap` in experimental build 9 years ago
config_test.go 7b2e5216b8 Add support for multiples runtimes 9 years ago
config_unix.go b945422393 Rename config LiveRestore to LiveRestoreEnabled 9 years ago
config_windows.go d3af5e3d4b Daemon changes to pass exec-root to libnetwork 9 years ago
container.go 6daf3d2a78 Validate hostname starting from 1.24 API. 9 years ago
container_operations.go 3a3f800ff4 Fix regression on --link on bridge network 9 years ago
container_operations_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
container_operations_unix.go fb43ef649b Add support for --pid=container:<id> 9 years ago
container_operations_windows.go 65464d11f1 Merge pull request #21809 from Microsoft/jjh/tp4removal 9 years ago
create.go 6daf3d2a78 Validate hostname starting from 1.24 API. 9 years ago
create_unix.go 53d2e5e9d7 Merge pull request #21270 from ehazlett/resource-labels 9 years ago
create_windows.go 6952135fc8 Windows: Default isolation and workdir 9 years ago
daemon.go 1e6fd0378b Merge pull request #24081 from Microsoft/jjh/signaltofile 9 years ago
daemon_experimental.go b945422393 Rename config LiveRestore to LiveRestoreEnabled 9 years ago
daemon_linux.go 05cc737f54 Fix container mount cleanup issues 9 years ago
daemon_linux_test.go 05cc737f54 Fix container mount cleanup issues 9 years ago
daemon_solaris.go a894aec8d8 Add --oom-score-adjust to daemon 9 years ago
daemon_stub.go 42abccb841 Make daemon events listen for plugin lifecycle events. 9 years ago
daemon_test.go 4e959ef2f7 fix typos 9 years ago
daemon_unix.go da5d66fb70 Fix TestUpdateKernelMemoryUninitialized on new kernel version 9 years ago
daemon_unix_test.go ecffb6d58c Daemon to support network restore 9 years ago
daemon_unsupported.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
daemon_windows.go e5bed17574 update comparison log in container config 9 years ago
debugtrap_unix.go b63c92bf24 Windows: Stack dump to file 9 years ago
debugtrap_unsupported.go b63c92bf24 Windows: Stack dump to file 9 years ago
debugtrap_windows.go b63c92bf24 Windows: Stack dump to file 9 years ago
delete.go 6bd429cb2a Merge pull request #21802 from tiborvass/carry-21716 9 years ago
delete_test.go 4e959ef2f7 fix typos 9 years ago
discovery.go 6a1183b3ae Refactoring for logrus formatting 9 years ago
discovery_test.go 7a20a270bc Fix minor vet warnings 9 years ago
errors.go a793564b25 Remove static errors from errors package. 9 years ago
events.go 42abccb841 Make daemon events listen for plugin lifecycle events. 9 years ago
events_test.go 1d8ccc6ae7 Add the possibility to log event with specific attributes 9 years ago
exec.go c02f82756e Update libcontainerd.AddProcess to accept a context 9 years ago
exec_linux.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
exec_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
exec_windows.go 6fa0239772 Windows: escape entrypoint before passing to libcontainerd 9 years ago
export.go a793564b25 Remove static errors from errors package. 9 years ago
health.go 91e9f38313 healthcheck: do not interpret exit code 2 as "starting" 9 years ago
health_test.go 91e9f38313 healthcheck: do not interpret exit code 2 as "starting" 9 years ago
image.go d5baf8ddcf Move some image related methods & struct to smaller files 9 years ago
image_delete.go 1f7a9b1ab3 Fix untag without force while container running 9 years ago
image_exporter.go d5baf8ddcf Move some image related methods & struct to smaller files 9 years ago
image_history.go d5baf8ddcf Move some image related methods & struct to smaller files 9 years ago
image_inspect.go d5baf8ddcf Move some image related methods & struct to smaller files 9 years ago
image_pull.go 47afe6bd0a Remove reference package dependency from the api. 9 years ago
image_push.go 47afe6bd0a Remove reference package dependency from the api. 9 years ago
image_tag.go 47afe6bd0a Remove reference package dependency from the api. 9 years ago
images.go 8906f8307c Treat digest only images as dangling 9 years ago
import.go 47afe6bd0a Remove reference package dependency from the api. 9 years ago
info.go 189aaf8aea Add live-restore state to docker info output 9 years ago
inspect.go dcfe99278d Fix race on force deleting container created by task 9 years ago
inspect_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
inspect_unix.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
inspect_windows.go 534a90a993 Add Swarm management backend 9 years ago
keys.go ca3e4545aa Change root_maxkeys 9 years ago
keys_unsupported.go ca3e4545aa Change root_maxkeys 9 years ago
kill.go 1102ac257b make container kill debug log readable 9 years ago
links.go 2600777469 Add migration from sqlite links back to hostConfig 9 years ago
links_test.go 3c82fad441 Extract container store from the daemon. 9 years ago
list.go ad85d29906 Fixes #23596-returns empty string for NetworkID in response to /containers/json 9 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 ed1b9fa07a daemon/logger: Add logging driver for Google Cloud Logging 9 years ago
logdrivers_windows.go 3fe60bbf95 Windows: Add ETW logging driver plug-in 9 years ago
logs.go 7dff310648 Fix panic while merging log configs to nil map 9 years ago
logs_test.go 7dff310648 Fix panic while merging log configs to nil map 9 years ago
monitor.go e1a61dc264 Attach stdin after attach stdout/err to avoid an rpc lock 9 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 dcfe99278d Fix race on force deleting container created by task 9 years ago
mounts.go a793564b25 Remove static errors from errors package. 9 years ago
names.go bfa0885c37 Moving some more methods away from daemon.go 9 years ago
network.go ed6641ad61 Handle ingress sbox creation gracefully 9 years ago
oci_linux.go 7135afa79b Fix misspell typos 9 years ago
oci_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
oci_windows.go 12fe27a408 Windows: Added support for memory limit 9 years ago
pause.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
rename.go 3f6e3a0885 Fix docker rename with linked containers 9 years ago
resize.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
restart.go a793564b25 Remove static errors from errors package. 9 years ago
search.go 92f10fe228 Add `--limit` option to `docker search` 9 years ago
search_test.go 5ac891cc43 To break the loop when found in search_test.go 9 years ago
seccomp_disabled.go a3b9dd89a1 Fix seccomp output in `docker info` 9 years ago
seccomp_linux.go a3b9dd89a1 Fix seccomp output in `docker info` 9 years ago
seccomp_unsupported.go a3b9dd89a1 Fix seccomp output in `docker info` 9 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 83ae501f1d Improve error message for ENOTDIR errors 9 years ago
start_linux.go 9b65273836 Update to new swarmkit/engine-api 9 years ago
start_windows.go 7b2e5216b8 Add support for multiples runtimes 9 years ago
stats.go 2d9c022946 cleanup: clean up commented code in daemon/stats.go 9 years ago
stats_collector_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
stats_collector_unix.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
stats_collector_windows.go 6bb0d1816a Move Container to its own package. 9 years ago
stop.go b6c7becbfe Add support for user-defined healthchecks 9 years ago
top_unix.go 2539332209 Validate arguments for `ps` in `docker top` 9 years ago
top_unix_test.go 2539332209 Validate arguments for `ps` in `docker top` 9 years ago
top_windows.go 52237787fa Windows: Minimal docker top implementation 9 years ago
unpause.go 9c4570a958 Replace execdrivers with containerd implementation 9 years ago
update.go 08c7075c40 Soften limitation of update kernel memory 9 years ago
update_linux.go 2e9ea5c194 Update containerd and runc vendoring 9 years ago
update_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 years ago
update_windows.go 94d70d8355 Windows libcontainerd implementation 9 years ago
volumes.go 756f6cef4a daemon: allow tmpfs to trump over VOLUME(s) 9 years ago
volumes_unit_test.go baba1a8493 reorder imports with goimports 9 years ago
volumes_unix.go 756f6cef4a daemon: allow tmpfs to trump over VOLUME(s) 9 years ago
volumes_windows.go 8af4f89cba Remove unneeded references to execDriver 9 years ago
wait.go dcfe99278d Fix race on force deleting container created by task 9 years ago