1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
2014-10-21 11:17:03 -04:00
..
execdriver Fix lxc driver build issue on Mac OS X 2014-10-17 09:41:23 +08:00
graphdriver Merge pull request #8232 from vbatts/vbatts-devmapper_getDeps 2014-10-16 14:13:21 -07:00
networkdriver pass extra file to child process as status handler 2014-10-08 12:53:43 -04:00
attach.go Make daemon.Attach private 2014-10-17 13:20:02 -07:00
changes.go
commit.go
config.go
container.go Make container.Copy support volumes 2014-10-20 20:23:01 -04:00
container_unit_test.go
copy.go
create.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
daemon.go Setting iptables=false should propagate to ip-masq=false 2014-10-16 11:52:14 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_unit_test.go update tests 2014-09-30 19:10:03 +00:00
delete.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
exec.go Make daemon.Attach private 2014-10-17 13:20:02 -07:00
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go Adding capability to filter by name, id or status to list containers api 2014-10-20 18:33:20 +00:00
logs.go
MAINTAINERS
monitor.go Fix typo:betweem->between and PtySlace->PtySlave 2014-09-30 07:22:09 -04:00
network_settings.go Support for consistent MAC address. 2014-10-03 13:22:38 -07:00
pause.go
README.md
resize.go
restart.go
start.go
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Merge pull request #8665 from cpuguy83/8659_clean_paths_for_volumes 2014-10-21 11:17:03 -04: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