1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Antonio Murdaca 531f4122bd Remove engine mechanism
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
2015-04-30 01:35:16 +02:00
..
events
execdriver Merge pull request #12439 from Mashimiao/add-err-check-before-getting-term 2015-04-29 17:57:01 -04:00
graphdriver Small if err cleaning 2015-04-27 21:50:33 +02:00
logger Add journald as a supported logger for containers 2015-04-21 12:57:54 -04:00
network
networkdriver Merge pull request #11526 from mizzy/append-drop-rule-not-insert 2015-04-29 10:28:11 -07:00
attach.go
commit.go Remove engine.Job from builder.CmdBuildConfig. 2015-04-20 13:37:06 -07:00
config.go option to configure cgroups 2015-04-27 17:50:39 -07:00
container.go Remove engine mechanism 2015-04-30 01:35:16 +02:00
container_unit_test.go
create.go
daemon.go Remove engine mechanism 2015-04-30 01:35:16 +02:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
delete.go Fix undead containers 2015-04-27 16:45:51 -04:00
exec.go Small if err cleaning 2015-04-27 21:50:33 +02:00
export.go
history.go
image_delete.go
info.go Windows: Info no containerized check 2015-04-27 08:38:01 -07:00
inspect.go Remove job from container_inspect 2015-04-23 00:58:13 +02:00
kill.go
list.go
logs.go
monitor.go
README.md
rename.go
resize.go
restart.go Remove job from restart 2015-04-16 18:50:24 +02:00
start.go Move setHostConfig to daemon file 2015-04-23 10:23:02 +08:00
state.go
state_test.go
stats.go
stats_collector.go statsCollector: fix data race in run() 2015-04-24 21:07:48 +03:00
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Merge pull request #11190 from cyphar/expose-path-sanitisation-wrappers 2015-04-28 18:45:36 -04:00
volumes_linux.go Windows: Refactor volumes 2015-04-27 09:27:15 -07:00
volumes_windows.go Windows: Refactor volumes 2015-04-27 09:27:15 -07: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