moby--moby/daemon
Vishnu Kannan 0b1e2b5a55 Adding '--cgroup-parent' flag to docker run. This feature helps users implement more complex
resource isolation policies on top of what native docker provides.

Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
2015-03-19 02:34:15 +00:00
..
execdriver Adding '--cgroup-parent' flag to docker run. This feature helps users implement more complex 2015-03-19 02:34:15 +00:00
graphdriver Format error by value 2015-03-16 12:05:53 +01:00
logger Merge pull request #11471 from LK4D4/wait_for_copier 2015-03-18 15:41:12 -07:00
networkdriver Reduce logging level from error to warning if "/proc/sys/net/ipv4/ip_local_port_range" proc file in not accessible. 2015-03-17 17:39:17 +00:00
README.md
attach.go Merge pull request #10573 from LK4D4/return_attach_to_builder 2015-02-06 14:37:09 -08:00
changes.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
commit.go Merge pull request #9123 from rhatdan/commit-change 2015-02-24 17:09:10 -05:00
config.go Default 'json-file' logging driver and none logging driver 2015-03-13 12:13:21 -07:00
container.go Adding '--cgroup-parent' flag to docker run. This feature helps users implement more complex 2015-03-19 02:34:15 +00:00
container_unit_test.go
copy.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
create.go fix not show error when using --lxc-conf without lxc driver 2015-03-17 08:50:17 +08:00
daemon.go Merge pull request #11320 from estesp/fix-daemon-startup 2015-03-17 19:04:25 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
daemon_unit_test.go
delete.go Rename Destroy to Rm to be consistent with CLI. 2015-02-23 16:15:56 +01:00
exec.go fix a minor typo in daemon/exec.go 2015-02-26 19:11:27 +08:00
export.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
history.go
image_delete.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
info.go Add system time to /info 2015-03-10 15:29:05 -07:00
inspect.go Default 'json-file' logging driver and none logging driver 2015-03-13 12:13:21 -07:00
kill.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
list.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
logs.go Fail docker logs on all logging drivers apart from 'json-file' 2015-03-13 15:02:09 -07:00
monitor.go Wait for copier finishing it's work before closing logger 2015-03-18 13:48:01 -07:00
network_settings.go Adding IPv6 network support to docker 2015-01-09 00:13:09 +01:00
pause.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
rename.go Persist container to disk after rename 2015-03-11 12:39:31 -07:00
resize.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
restart.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
start.go Format error by value 2015-03-16 12:05:53 +01:00
state.go
state_test.go Fix vet errors about unkeyed fields 2014-12-12 10:44:59 -08:00
stats.go Execdriver implementation on new libcontainer API 2015-03-06 14:46:58 -08:00
stats_collector.go Exit cli when all containers when no more containers to monitor 2015-01-21 08:55:23 -08:00
stop.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
top.go Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069 2015-01-21 17:11:31 -08:00
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 Update container resolv.conf when host network changes /etc/resolv.conf 2015-01-08 14:15:13 -05:00
volumes.go Make utils_daemon and volumes cross-platform compileable. 2015-03-16 11:46:07 +01:00
wait.go Format error by value 2015-03-16 12:05:53 +01:00

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver