moby--moby/daemon
Michael Crosby bc9f5cdeb5 Merge pull request #7329 from erikh/move_broadcastwriter
Cleanup: utils/broadcastwriter -> pkg/broadcastwriter
2014-08-07 14:51:42 -07:00
..
execdriver Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
graphdriver Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
networkdriver
MAINTAINERS
README.md
attach.go port usage of jsonlog to the new daemon files which were refactored 2014-08-06 16:45:04 -07:00
changes.go
commit.go
container.go Merge pull request #7329 from erikh/move_broadcastwriter 2014-08-07 14:51:42 -07:00
container_unit_test.go
copy.go
create.go
daemon.go Merge pull request #7329 from erikh/move_broadcastwriter 2014-08-07 14:51:42 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go
export.go
history.go
image_delete.go
inspect.go
kill.go
list.go
logs.go port usage of jsonlog to the new daemon files which were refactored 2014-08-06 16:45:04 -07:00
network_settings.go
pause.go
resize.go
restart.go
server.go
start.go
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.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