moby--moby/daemon
Brian Goff a7005c44b5 Merge pull request #13320 from coolljt0725/add_stats_no_stream_show_cpu_usage
Add docker stats --no-stream show cpu usage
2015-06-01 09:40:04 -07:00
..
events
execdriver
graphdriver
logger
network
README.md
attach.go
changes.go
commit.go
config.go
config_linux.go
config_windows.go
container.go
container_linux.go Merge pull request #13464 from davidrjenni/10184-fix-auto-created-devices 2015-06-01 09:30:04 -07:00
container_unit_test.go
container_windows.go
copy.go
create.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
daemon.go Merge pull request #12400 from coolljt0725/kill_all_containers_on_daemon_shutdown 2015-05-29 16:45:57 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
daemon_zfs.go
debugtrap.go
debugtrap_unsupported.go
delete.go
exec.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go Merge pull request #13596 from jfrazelle/11414-fix-once-and-for-all 2015-05-29 15:10:22 -07:00
info.go
inspect.go
kill.go
list.go Add a "Created" state for new containers that haven't been run yet 2015-05-30 07:48:46 -07:00
logdrivers_linux.go
logdrivers_windows.go
logs.go
monitor.go
pause.go
rename.go
resize.go
restart.go
start.go
state.go Add a "Created" state for new containers that haven't been run yet 2015-05-30 07:48:46 -07:00
state_test.go
stats.go Add docker stats --no-stream show cpu usage 2015-05-31 01:25:51 +08:00
stats_collector.go
stats_linux.go
stats_windows.go
stop.go
top.go
unpause.go
utils.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
volumes_experimental.go
volumes_experimental_unit_test.go
volumes_linux.go
volumes_stubs.go
volumes_stubs_unit_test.go
volumes_unit_test.go
volumes_windows.go
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