1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Tibor Vass 365a0db0f0 Merge pull request #17046 from mavenugo/dopts
driver-opts for network create
2015-10-16 15:23:59 -07:00
..
daemonbuilder Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
events Resolves #16458 - filter events by labels. 2015-10-02 16:33:20 -04:00
execdriver Merge pull request #16994 from Microsoft/10662-copied 2015-10-16 15:14:08 -07:00
graphdriver Merge pull request #16303 from coolljt0725/add_docker_info_show_base_size 2015-10-13 14:43:52 +02:00
links
logger add labels/env log option for jsonfile 2015-10-12 21:12:46 +02:00
network IPAM API & UX 2015-10-13 11:03:03 -07:00
archive.go
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go
config.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
config_experimental.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
config_stub.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
config_unix.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
config_windows.go
container.go add env and labels to log context 2015-10-12 21:12:46 +02:00
container_unit_test.go
container_unix.go Merge pull request #16910 from mavenugo/ipam 2015-10-13 14:41:19 -07:00
container_windows.go Merge pull request #16660 from Microsoft/js/hostname 2015-10-08 16:11:49 -04:00
create.go volume create error on conflict option 2015-10-12 11:16:39 +08:00
create_unix.go
create_windows.go
daemon.go Remove trust package 2015-10-12 10:51:28 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_experimental.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
daemon_linux.go
daemon_linux_test.go
daemon_no_aufs.go
daemon_overlay.go
daemon_stub.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
daemon_test.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
daemon_unix.go Docker side changes for the newly introduced IPAM driver 2015-10-13 10:52:59 -07:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
discovery.go Add TLS support for discovery backend 2015-10-07 16:01:00 -07:00
exec.go Merge pull request #16803 from tiborvass/pkg-broadcaster 2015-10-08 13:51:08 -07:00
exec_freebsd.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go continue daemon refactor of Repositories() 2015-10-08 15:06:55 -07:00
info.go Keep daemon quiet when using docker info 2015-10-09 14:57:47 +08:00
inspect.go add size to inspect 2015-10-10 20:44:29 +08:00
inspect_unix.go add size to inspect 2015-10-10 20:44:29 +08:00
inspect_windows.go add size to inspect 2015-10-10 20:44:29 +08:00
kill.go Windows: [TP4] docker kill handling 2015-10-13 16:04:49 -07:00
list.go Speedup container list 2015-10-15 20:41:35 -07:00
logdrivers_linux.go
logdrivers_windows.go
logs.go refactor logs to not use internal data structures 2015-10-07 15:44:16 -07:00
monitor.go
network.go Pass network driver option in docker network command 2015-10-16 14:33:54 -07:00
pause.go
README.md
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go Docker side changes for the newly introduced IPAM driver 2015-10-13 10:52:59 -07:00
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go
top_unix.go
top_windows.go
unpause.go
utils_freebsd.go
utils_linux.go
utils_nounix.go
utils_test.go
volumes.go
volumes_linux_unit_test.go
volumes_unit_test.go
volumes_unix.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
volumes_windows.go
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver