1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
unclejack 209deff963 don't call reexec.Init from chrootarchive
Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)

Conflicts:
	daemon/graphdriver/aufs/aufs_test.go
		fixed conflict caused by imports
2014-11-25 01:03:40 +02:00
..
execdriver
graphdriver don't call reexec.Init from chrootarchive 2014-11-25 01:03:40 +02:00
networkdriver Merge pull request #9149 from swagiaal/fix-configureBridge-comment 2014-11-21 16:37:28 -05:00
attach.go
changes.go
commit.go
config.go key=values -> key=value 2014-11-21 19:15:22 +00:00
container.go
container_unit_test.go
copy.go
create.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
daemon.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlayfs.go
daemon_unit_test.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
delete.go
exec.go Cleanup exec API docs and available params 2014-11-21 21:11:07 -05:00
export.go
history.go
image_delete.go
info.go add daemon labels 2014-11-20 19:23:58 +00:00
inspect.go Add AppArmorProfile to container inspect json 2014-11-25 01:03:40 +02:00
kill.go
list.go
logs.go
MAINTAINERS
monitor.go
network_settings.go
pause.go
README.md
resize.go
restart.go
start.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go add pkg/chrootarchive and use it on the daemon 2014-11-25 01:03:40 +02: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