1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Alexandr Morozov 2db1caee4f Make daemon.Attach private
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
2014-10-17 13:20:02 -07: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 Disable stable IPs. 2014-10-09 15:15:17 -07: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 Filter containers by status. 2014-09-29 20:11:19 -07: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 API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
state.go Filter containers by status. 2014-09-29 20:11:19 -07:00
state_test.go
stop.go
top.go
utils.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
utils_linux.go
utils_nolinux.go
utils_test.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
volumes.go Merge pull request #8475 from cpuguy83/fix_create_phantom_volumes_on_container_restart 2014-10-08 13:58:56 -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