docs/daemon
Michael Crosby 4b173199fd Exit cli when all containers when no more containers to monitor
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-01-21 08:55:23 -08:00
..
execdriver Refactor usage calc for CPU and system usage 2015-01-20 20:21:46 -08:00
graphdriver Merge pull request #10222 from vbatts/vbatts-dm_flag_and_output 2015-01-20 18:45:43 -05:00
networkdriver
MAINTAINERS
README.md
attach.go
changes.go
commit.go
config.go
container.go Evict stopped containers 2015-01-20 20:21:46 -08:00
container_unit_test.go
copy.go
create.go
daemon.go Add pubsub package to handle robust publisher 2015-01-20 20:21:46 -08:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_unit_test.go
delete.go Evict stopped containers 2015-01-20 20:21:46 -08:00
exec.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logs.go
monitor.go
network_settings.go
pause.go
rename.go
resize.go
restart.go
start.go Evict stopped containers 2015-01-20 20:21:46 -08:00
state.go
state_test.go
stats.go Add pubsub package to handle robust publisher 2015-01-20 20:21:46 -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
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Fix volume ref restore process 2015-01-20 15:54:56 -05:00
wait.go

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