moby--moby/daemon
Alexander Morozov 340fd140e6 Merge pull request #12988 from Mashimiao/remove-unused-container-functions
cleanup: remove unneeded locks
2015-05-09 09:42:27 -07:00
..
events
execdriver add cpu.cfs_period_us support 2015-05-09 10:02:46 +08:00
graphdriver Merge pull request #13067 from burke/faster-commit-for-overlay 2015-05-07 13:58:46 -07:00
logger
network
networkdriver
README.md
attach.go
changes.go
commit.go
config.go
container.go Merge pull request #12988 from Mashimiao/remove-unused-container-functions 2015-05-09 09:42:27 -07:00
container_unit_test.go
copy.go
create.go
daemon.go add cpu.cfs_period_us support 2015-05-09 10:02:46 +08:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
delete.go
exec.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go
info.go add cpu.cfs_period_us support 2015-05-09 10:02:46 +08:00
inspect.go
kill.go
list.go
logs.go
monitor.go
pause.go
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go
stats_collector.go
stop.go
top.go
unpause.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
volumes_linux.go
volumes_windows.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