1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Andrea Luzzardi b9be50b578 Merge pull request #10745 from jfrazelle/device-dir
Mounting a dir of devices like /dev/snd should mount all child devices
2015-04-01 16:53:01 -07:00
..
execdriver Return closed channel if oom notification fails 2015-04-01 15:30:48 -07:00
graphdriver graphdriver: promote overlay above vfs 2015-03-31 17:18:49 -04:00
logger Removed unused "mutex" field 2015-03-23 19:05:21 -07:00
networkdriver Initialize portMapper in RequestPort too 2015-03-31 11:30:57 -07:00
attach.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
changes.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
commit.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
config.go add syslog driver 2015-03-21 18:01:18 -07:00
container.go Mounting a directory of devices like /dev/snd should mount all child devices. 2015-04-01 15:57:41 -07:00
container_unit_test.go
copy.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
create.go Fix error from daemon no such image even when the image exist 2015-03-28 09:07:20 +08:00
daemon.go Remove jobs from registry.Service 2015-03-31 16:38:04 -07:00
daemon_aufs.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
delete.go container: Do not remove contianer if any of the resource failed cleanup 2015-03-31 09:51:19 -04:00
exec.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
export.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
history.go History.Swap Use parallel assignment to swap elements, as it's 2015-03-25 00:13:13 +03:00
image_delete.go Fix error from daemon no such image even when the image exist 2015-03-28 09:07:20 +08:00
info.go Remove jobs from registry.Service 2015-03-31 16:38:04 -07:00
inspect.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
kill.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
list.go Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
logs.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
monitor.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
network_settings.go
pause.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
README.md
rename.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
resize.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
restart.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
start.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
state.go container: Do not remove contianer if any of the resource failed cleanup 2015-03-31 09:51:19 -04:00
state_test.go
stats.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
stats_collector.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
stop.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
top.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Use getResourcePath instead 2015-03-31 15:10:30 -04:00
wait.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver