1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
2015-05-12 13:52:49 -07:00
..
events
execdriver
graphdriver zfs: update filesystem cache on filesystem creation/deletion 2015-05-12 13:06:41 +02:00
logger
network
networkdriver Merge pull request #13162 from jfrazelle/add-modprobe-br_netfilter 2015-05-12 13:46:34 -07:00
attach.go
changes.go
commit.go
config.go
container.go Merge pull request #13000 from runcom/refactor-server-to-use-daemon-service-followup 2015-05-12 10:27:43 -07:00
container_unit_test.go
copy.go
create.go
daemon.go Add SIGUSR1 handler for dumping stack/goroutine traces 2015-05-12 10:09:23 +10:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
daemon_zfs.go
debugtrap.go Add SIGUSR1 handler for dumping stack/goroutine traces 2015-05-12 10:09:23 +10:00
debugtrap_unsupported.go Add SIGUSR1 handler for dumping stack/goroutine traces 2015-05-12 10:09:23 +10:00
delete.go
exec.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go
info.go
inspect.go Remove API codepaths < 1.12 2015-05-12 20:09:49 +02:00
kill.go
list.go
logs.go Make sure log pipes are closed 2015-05-12 13:50:51 -04:00
monitor.go
pause.go
README.md
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go
stats_collector.go
stop.go
top.go
unpause.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
volumes_linux.go
volumes_windows.go
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