1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
allencloud bbeb859b64 fix typos
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-03-11 23:22:16 +08:00
..
events Compare event nanoseconds properly to filter since a specific date. 2016-03-08 17:07:58 -05:00
exec
execdriver Merge pull request #20478 from msabansal/HNSIntegration 2016-03-10 13:33:04 -08:00
graphdriver Aufs: reduce redundant parsing of mountinfo 2016-03-04 11:39:59 +09:00
links
logger Provide basic string manupilation functions for template executions. 2016-03-09 19:37:12 -05:00
network
archive.go
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go
config.go Move registry service options to the daemon configuration. 2016-03-10 11:53:11 -05:00
config_experimental.go
config_stub.go
config_test.go
config_unix.go
config_windows.go Windows libnetwork integration 2016-03-09 20:33:21 -08:00
container_operations.go Windows libnetwork integration 2016-03-09 20:33:21 -08:00
container_operations_unix.go Windows libnetwork integration 2016-03-09 20:33:21 -08:00
container_operations_windows.go Windows libnetwork integration 2016-03-09 20:33:21 -08:00
create.go
create_unix.go Ensure WORKDIR is created with remapped root ownership 2016-03-08 11:58:55 -05:00
create_windows.go
daemon.go Windows libnetwork integration 2016-03-09 20:33:21 -08:00
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_stub.go
daemon_test.go
daemon_unix.go Windows libnetwork integration 2016-03-09 20:33:21 -08:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Windows libnetwork integration 2016-03-09 20:33:21 -08:00
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
delete_test.go
discovery.go fix typos 2016-03-11 23:22:16 +08:00
discovery_test.go
errors.go
events.go
events_test.go
exec.go
exec_unix.go
exec_windows.go
export.go
image_delete.go
images.go
import.go
info.go Move registry service options to the daemon configuration. 2016-03-10 11:53:11 -05:00
inspect.go
inspect_unix.go
inspect_windows.go
kill.go Do not wait for container on stop if the process doesn't exist. 2016-03-04 16:00:58 -05:00
links.go
links_test.go
list.go
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
mounts.go
network.go
pause.go
README.md
rename.go
resize.go
restart.go
selinux_linux.go
selinux_unsupported.go
start.go Ensure WORKDIR is created with remapped root ownership 2016-03-08 11:58:55 -05:00
stats.go
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go pids limit support 2016-03-08 07:55:01 -08:00
stats_windows.go
stop.go
top_unix.go
top_windows.go
unpause.go
update.go
volumes.go
volumes_unit_test.go
volumes_unix.go
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