moby--moby/daemon
Michael Crosby 23b48fbe14 Merge pull request #10079 from tonistiigi/fix-attach-stdin
Fix attach stream closing issues
2015-01-13 16:40:42 -08:00
..
execdriver Update lxc with libcontainer SetupUser change 2015-01-12 10:43:33 -08:00
graphdriver Merge pull request #10003 from vbatts/vbatts-dm_loop_file_info 2015-01-14 01:15:09 +02:00
networkdriver
MAINTAINERS
README.md
attach.go Fix attach stream closing issues 2015-01-14 02:03:25 +02:00
changes.go
commit.go
config.go
container.go
container_unit_test.go
copy.go
create.go Fix typo in error-message. 2015-01-12 21:48:44 +01:00
daemon.go Mention "or rename" again in error-message. 2015-01-13 21:57:48 +01:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_unit_test.go
delete.go
exec.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go Merge pull request #9985 from jfrazelle/fix-exited-filter-should-not-show-running 2015-01-12 15:09:22 -05:00
logs.go
monitor.go restart: Fix the compare of restart policy 2015-01-13 13:05:30 +08:00
network_settings.go
pause.go
rename.go rename a existing container 2015-01-13 03:27:17 +00:00
resize.go
restart.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