.. |
caps
|
9c4570a958
Replace execdrivers with containerd implementation
|
9 年之前 |
cluster
|
38c1553150
Service alias should not be copied to task alias
|
8 年之前 |
config
|
858b4b44c8
daemon: correctly try to retrieve init/runtime versions
|
8 年之前 |
discovery
|
87d0a3ad89
The returned err should be printed
|
8 年之前 |
events
|
59d45c384a
support cluster events
|
8 年之前 |
exec
|
5ea75bb6bf
Move `StreamConfig` out of `runconfig`
|
8 年之前 |
graphdriver
|
bccebdac18
Merge pull request #32468 from coolljt0725/clean_thin
|
8 年之前 |
initlayer
|
09cd96c5ad
Partial refactor of UID/GID usage to use a unified struct.
|
8 年之前 |
links
|
2a8d6368d4
use t.Fatal() to output the err message where the values used for formatting
|
8 年之前 |
logger
|
e908e1a357
Logging driver should receive same file in start/stop request
|
8 年之前 |
network
|
c9fb551d60
Fix autostart for swarm scope connected containers
|
9 年之前 |
stats
|
dec084962e
Do not treat C.sysconf(C._SC_NPROCESSORS_ONLN) non-zero errno as error
|
8 年之前 |
apparmor_default.go
|
dd340c52cb
apparmor: make pkg/aaparser work on read-only root
|
8 年之前 |
apparmor_default_unsupported.go
|
567ef8e785
daemon: switch to 'ensure' workflow for AppArmor profiles
|
8 年之前 |
archive.go
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |
archive_tarcopyoptions.go
|
09cd96c5ad
Partial refactor of UID/GID usage to use a unified struct.
|
8 年之前 |
archive_tarcopyoptions_unix.go
|
acdbc285e2
Fix vfs unit test and port VFS to the new IDMappings
|
8 年之前 |
archive_tarcopyoptions_windows.go
|
8a7ff5ff74
daemon/archive.go: Fix copy routines to preserve UID.
|
8 年之前 |
archive_unix.go
|
481d2633fe
Windows: Fail fs ops on running Hyper-V containers gracefully
|
8 年之前 |
archive_windows.go
|
481d2633fe
Windows: Fail fs ops on running Hyper-V containers gracefully
|
8 年之前 |
attach.go
|
5010e09534
Add a restarting check to ContainerAttach
|
8 年之前 |
auth.go
|
91e197d614
Add engine-api types to docker
|
9 年之前 |
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 年之前 |
build.go
|
6c28e8edd5
Refactor imageContexts into two different structs.
|
8 年之前 |
cache.go
|
be1df1ee13
Extract the daemon image cache to its own package
|
8 年之前 |
changes.go
|
4fac603682
Windows: support docker diff
|
8 年之前 |
checkpoint.go
|
c0d2ec1eb5
Fix checkpoint ls
|
8 年之前 |
cluster.go
|
e2ec006797
Fix race condition between swarm and libnetwork
|
8 年之前 |
commit.go
|
9f738cc574
Cleanup all the mutate + defer revert of b.runConfig in the builder
|
8 年之前 |
configs.go
|
9e9fc7b57c
Add config support to executor backend
|
8 年之前 |
configs_linux.go
|
9e9fc7b57c
Add config support to executor backend
|
8 年之前 |
configs_unsupported.go
|
e0d533b1e8
Add Windows configs support
|
8 年之前 |
configs_windows.go
|
e0d533b1e8
Add Windows configs support
|
8 年之前 |
container.go
|
d8b6a35d02
set 1ms as container duration minimum 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
|
4d0888e32b
Lock container while connecting to a new network.
|
8 年之前 |
container_operations_solaris.go
|
934328d8ea
Add functional support for Docker sub commands on Solaris
|
8 年之前 |
container_operations_unix.go
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |
container_operations_windows.go
|
e0d533b1e8
Add Windows configs support
|
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
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |
create_unix.go
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |
create_windows.go
|
7e03ce3f13
Windows: Revert 27884
|
8 年之前 |
daemon.go
|
93fbdb69ac
Remove error return from RootPair
|
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
|
2a8d6368d4
use t.Fatal() to output the err message where the values used for formatting
|
8 年之前 |
daemon_solaris.go
|
abbbf91498
Switch to using opencontainers/selinux for selinux bindings
|
8 年之前 |
daemon_test.go
|
09cd96c5ad
Partial refactor of UID/GID usage to use a unified struct.
|
8 年之前 |
daemon_unix.go
|
09cd96c5ad
Partial refactor of UID/GID usage to use a unified struct.
|
8 年之前 |
daemon_unix_test.go
|
09cd96c5ad
Partial refactor of UID/GID usage to use a unified struct.
|
8 年之前 |
daemon_unsupported.go
|
86d8758e2b
Get the Docker Engine to build clean on Solaris
|
9 年之前 |
daemon_windows.go
|
2ae085f309
Merge pull request #33414 from darrenstahlmsft/IoTServerContainers
|
8 年之前 |
debugtrap_unix.go
|
a4c68ee857
daemon: Remove daemon datastructure dump functionality
|
8 年之前 |
debugtrap_unsupported.go
|
4c62b12636
Spew debugging
|
8 年之前 |
debugtrap_windows.go
|
a4c68ee857
daemon: Remove daemon datastructure dump functionality
|
8 年之前 |
delete.go
|
cfdf84d5d0
Update Container Wait Backend
|
8 年之前 |
delete_test.go
|
8f51746997
Use a test table in the daemon delete unit tests
|
8 年之前 |
dependency.go
|
9e9fc7b57c
Add config support to executor backend
|
8 年之前 |
disk_usage.go
|
0822d90364
Do not calculate size for local volumes with mount
|
8 年之前 |
errors.go
|
3a1279393f
Use distribution reference
|
8 年之前 |
events.go
|
59d45c384a
support cluster events
|
8 年之前 |
events_test.go
|
2a8d6368d4
use t.Fatal() to output the err message where the values used for formatting
|
8 年之前 |
exec.go
|
4921171587
Update ContainerWait API
|
8 年之前 |
exec_linux.go
|
790a81ea9a
daemon: also ensureDefaultApparmorProfile in exec path
|
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
|
09cd96c5ad
Partial refactor of UID/GID usage to use a unified struct.
|
8 年之前 |
getsize_unix.go
|
bd33a99acf
Don’t hold container lock for size calculation
|
8 年之前 |
health.go
|
5836d86ac4
Add container environment variables correctly to the health check
|
8 年之前 |
health_test.go
|
e401f63735
Added start period option to health check.
|
8 年之前 |
image.go
|
b3bc7b28d0
Expose a smaller interface for the Builder retrieving images from daemon
|
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
|
b3bc7b28d0
Expose a smaller interface for the Builder retrieving images from daemon
|
8 年之前 |
image_push.go
|
3a1279393f
Use distribution reference
|
8 年之前 |
image_tag.go
|
3a1279393f
Use distribution reference
|
8 年之前 |
images.go
|
2b9694c29e
Ignore `layer does not exist` error from `docker images`
|
8 年之前 |
import.go
|
4060d6ee0b
Remove the last of pkg/httputil
|
8 年之前 |
info.go
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |
info_unix.go
|
6400ce8f0a
Fix missing "--version" argument
|
8 年之前 |
info_unix_test.go
|
72eddf4258
Refactor "init" version parsing, and add unit-test
|
8 年之前 |
info_windows.go
|
514ca09426
api: types: keep info.SecurityOptions a string slice
|
8 年之前 |
inspect.go
|
4921171587
Update ContainerWait API
|
8 年之前 |
inspect_solaris.go
|
934328d8ea
Add functional support for Docker sub commands on Solaris
|
8 年之前 |
inspect_unix.go
|
bd33a99acf
Don’t hold container lock for size calculation
|
8 年之前 |
inspect_windows.go
|
fc7b904dce
Add new `HostConfig` field, `Mounts`.
|
9 年之前 |
keys.go
|
ca3e4545aa
Change root_maxkeys
|
9 年之前 |
keys_unsupported.go
|
7c3657065c
change minor mistake of spelling
|
8 年之前 |
kill.go
|
872e28bb14
Merge pull request #33335 from cpuguy83/33334_check_unset_sig
|
8 年之前 |
links.go
|
3f6127b173
Windows: Factor out sqlite
|
8 年之前 |
list.go
|
59b70cdabe
28722: List of containers with networkID filter is not working
|
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
|
4fdb17c777
Prevent ContainerLogs from hanging if container doesn't run for long
|
8 年之前 |
logs_test.go
|
91e197d614
Add engine-api types to docker
|
9 年之前 |
metrics.go
|
0e8e8f0f31
Add support for metrics plugins
|
8 年之前 |
metrics_unix.go
|
0e8e8f0f31
Add support for metrics plugins
|
8 年之前 |
metrics_unsupported.go
|
0e8e8f0f31
Add support for metrics plugins
|
8 年之前 |
monitor.go
|
7318eba5b2
Don't create source directory while the daemon is being shutdown, fix #30348
|
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
|
3cf18596e9
Fix issue backporting mount spec to pre-1.13 obj
|
8 年之前 |
names.go
|
2bee1cfd5a
Use quoted form of container name and container id
|
8 年之前 |
network.go
|
b34d3e730f
Integrate local datascope network with swarm
|
8 年之前 |
oci_linux.go
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |
oci_solaris.go
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |
oci_windows.go
|
425973cbb8
Use CpuMaximum instead of CpuPercent for more precision
|
8 年之前 |
pause.go
|
9c4570a958
Replace execdrivers with containerd implementation
|
9 年之前 |
prune.go
|
32da2a4234
prevent image prune panic
|
8 年之前 |
reload.go
|
67fdf574d5
Add daemon option to push foreign layers
|
8 年之前 |
reload_test.go
|
67fdf574d5
Add daemon option to push foreign layers
|
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
|
9 年之前 |
search_test.go
|
514adcf458
Remove redundant format
|
8 年之前 |
seccomp_disabled.go
|
041e5a21dc
Replace old oci specs import with runtime-specs
|
9 年之前 |
seccomp_linux.go
|
005506d36c
Update moby to runc and oci 1.0 runtime final rc
|
8 年之前 |
seccomp_unsupported.go
|
a3b9dd89a1
Fix seccomp output in `docker info`
|
9 年之前 |
secrets.go
|
9e9fc7b57c
Add config support to executor backend
|
8 年之前 |
secrets_linux.go
|
3716ec25b4
secrets: secret management for swarm
|
8 年之前 |
secrets_unsupported.go
|
bd4e8aa64e
Add Windows secrets support
|
8 年之前 |
secrets_windows.go
|
bd4e8aa64e
Add Windows secrets support
|
8 年之前 |
selinux_linux.go
|
abbbf91498
Switch to using opencontainers/selinux for selinux bindings
|
8 年之前 |
selinux_unsupported.go
|
f9daecc880
Rename daemon/utils_*.go to selinux
|
9 年之前 |
start.go
|
7917a36cc7
Fix some data races
|
8 年之前 |
start_unix.go
|
9391a822ea
daemon: honor default runtime when starting containers
|
8 年之前 |
start_windows.go
|
4bf8714fac
Merge pull request #33311 from msabansal/dnssearch
|
8 年之前 |
stats.go
|
eb3a7c2329
Send "Name" and "ID" when stating stopped containers
|
8 年之前 |
stats_collector.go
|
835971c6fd
Extract daemon statsCollector to its own package
|
8 年之前 |
stats_unix.go
|
45818d6fc4
Removed engine-api leftovers
|
9 年之前 |
stats_windows.go
|
340e5233b2
Windows: stats support
|
9 年之前 |
stop.go
|
4921171587
Update ContainerWait API
|
8 年之前 |
top_unix.go
|
a7497c39cd
Fixing issue of docker top command failure when dealing with -m option
|
8 年之前 |
top_unix_test.go
|
a7497c39cd
Fixing issue of docker top command failure when dealing with -m option
|
8 年之前 |
top_windows.go
|
16bdbaaa33
Convert ContainerTopOKResponse from swagger spec.
|
8 年之前 |
unpause.go
|
0bac72e4bd
remove running judgement when unpause container
|
9 年之前 |
update.go
|
97f8607164
Remove ContainerUpdateCmdOnBuild, it does nothing.
|
8 年之前 |
update_linux.go
|
6102243692
Add `--cpus` support for `docker update`
|
8 年之前 |
update_solaris.go
|
91e197d614
Add engine-api types to docker
|
9 年之前 |
update_windows.go
|
91e197d614
Add engine-api types to docker
|
9 年之前 |
volumes.go
|
79b19c2e16
Merge pull request #33257 from mtesselH/master
|
8 年之前 |
volumes_unit_test.go
|
baba1a8493
reorder imports with goimports
|
9 年之前 |
volumes_unix.go
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |
volumes_unix_test.go
|
3cf18596e9
Fix issue backporting mount spec to pre-1.13 obj
|
8 年之前 |
volumes_windows.go
|
09cd96c5ad
Partial refactor of UID/GID usage to use a unified struct.
|
8 年之前 |
wait.go
|
4921171587
Update ContainerWait API
|
8 年之前 |
workdir.go
|
93fbdb69ac
Remove error return from RootPair
|
8 年之前 |