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