1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Porjo cc89b30d35 Move per-container forward rules to DOCKER chain
Docker-DCO-1.1-Signed-off-by: Ian Bishop <ianbishop@pace7.com> (github: porjo)
2014-12-21 12:57:32 +10:00
..
execdriver Fix vet errors about unkeyed fields 2014-12-12 10:44:59 -08:00
graphdriver Merge pull request #9233 from inatatsu/fix-pkg-units-size-for-gccgo 2014-12-18 18:33:01 -08:00
networkdriver Move per-container forward rules to DOCKER chain 2014-12-21 12:57:32 +10:00
attach.go
changes.go
commit.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
config.go fixes as per feedback 2014-12-03 12:46:23 +10:00
container.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
container_unit_test.go
copy.go
create.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
daemon.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go Remove the last references to overlayfs 2014-12-03 14:06:19 +01:00
daemon_unit_test.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
delete.go
exec.go Fix the issue when docker exec a paused container, it will always hang. 2014-12-05 03:10:44 +08:00
export.go
history.go
image_delete.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
info.go Wrap strings that could look like ints in quotes 2014-12-15 05:10:49 -08:00
inspect.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
kill.go
list.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
logs.go
MAINTAINERS Adding Vish as a maintainer for daemon code. 2014-11-12 22:55:32 +00:00
monitor.go
network_settings.go
pause.go
README.md
resize.go
restart.go
start.go Fix race condition between parseSecurityOpt and container.Mount 2014-12-11 17:22:59 -08:00
state.go
state_test.go Fix vet errors about unkeyed fields 2014-12-12 10:44:59 -08:00
stop.go
top.go
utils.go User should get error message on wrong config 2014-12-09 21:52:07 +00:00
utils_linux.go
utils_nolinux.go
utils_test.go Fix vet errors about formatting directives 2014-12-12 10:58:56 -08:00
volumes.go Fix volumes-from/bind-mounts passed in on start 2014-12-15 16:51:15 -05: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