1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Alexander Morozov 6f89a8ee1b Merge pull request #15404 from vbatts/vbatts-dm-zero-sized-field
devicemapper: fix zero-sized field access
2015-08-10 09:16:11 -07:00
..
events
execdriver fix typo mistake 2015-08-10 16:30:48 +08:00
graphdriver Merge pull request #15404 from vbatts/vbatts-dm-zero-sized-field 2015-08-10 09:16:11 -07:00
links
logger Remove doc that doesn't apply to Journald. 2015-08-09 22:12:42 -05:00
network
archive.go typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go
config.go
config_experimental.go
config_stub.go
config_unix.go Change all docker -d to docker daemon 2015-08-10 20:48:08 +08:00
config_windows.go Change all docker -d to docker daemon 2015-08-10 20:48:08 +08:00
container.go typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00
container_unit_test.go
container_unix.go Merge pull request #15420 from vlajos/typofixes-vlajos-20150807 2015-08-08 01:08:49 -07:00
container_windows.go
create.go Adapt container settings after verify platform container settings. 2015-08-06 19:56:51 +08:00
create_unix.go
create_windows.go
daemon.go Add platformSupported flag to enable daemon mode by platform. 2015-08-07 09:45:24 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unix.go Add platformSupported flag to enable daemon mode by platform. 2015-08-07 09:45:24 -07:00
daemon_unix_test.go Cleanup: Merge adjustCPUShares to adoptContainerSettings 2015-08-06 08:15:14 +08:00
daemon_unsupported.go Add platformSupported flag to enable daemon mode by platform. 2015-08-07 09:45:24 -07:00
daemon_windows.go Add platformSupported flag to enable daemon mode by platform. 2015-08-07 09:45:24 -07:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
exec.go
exec_freebsd.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go image_delete: move name check first 2015-08-06 00:27:45 +08:00
info.go fix golint warnings/errors on package api/types/ 2015-08-07 09:43:43 +08:00
inspect.go fix golint warnings/errors on package api/types/ 2015-08-07 09:43:43 +08:00
inspect_unix.go
inspect_windows.go
kill.go
list.go Fix uses of "int" where "int64" should be used instead 2015-07-31 16:31:40 -07:00
logdrivers_linux.go
logdrivers_windows.go
logs.go
monitor.go
pause.go
README.md
rename.go
resize.go
restart.go
start.go typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00
state.go
state_test.go
stats.go fix golint warnings/errors on package api/types/ 2015-08-07 09:43:43 +08:00
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go fix golint warnings/errors on package api/types/ 2015-08-07 09:43:43 +08:00
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 Tidy volume*.go 2015-07-31 13:13:40 -07:00
volumes_linux_unit_test.go
volumes_unit_test.go
volumes_unix.go Tidy volume*.go 2015-07-31 13:13:40 -07:00
volumes_windows.go Tidy volume*.go 2015-07-31 13:13:40 -07:00
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver