moby--moby/daemon
unclejack e546c8cc1d Merge pull request #9041 from unclejack/lxc_maintainers_comment
execdriver/lxc: add comment to MAINTAINERS
2014-11-12 00:27:11 +02:00
..
execdriver execdriver/lxc: add comment to MAINTAINERS 2014-11-08 16:27:25 +02:00
graphdriver devmapper: add vbatts to MAINTAINERS 2014-11-06 14:06:52 -05:00
networkdriver Merge pull request #8877 from erikh/proxy_error_check 2014-11-04 11:40:02 -05:00
MAINTAINERS
README.md
attach.go Merge pull request #8571 from ncdc/3631-stdout-premature-eof 2014-10-29 11:36:32 -07:00
changes.go
commit.go
config.go made getDefaultNetworkMtu private 2014-11-04 18:53:34 -05:00
container.go Merge pull request #9014 from LK4D4/fix_parent_failing 2014-11-10 12:53:16 -08:00
container_unit_test.go
copy.go
create.go
daemon.go made getDefaultNetworkMtu private 2014-11-04 18:53:34 -05:00
daemon_aufs.go Mass gofmt 2014-10-24 15:11:48 -07:00
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_unit_test.go
delete.go Mass gofmt 2014-10-24 15:11:48 -07:00
exec.go Close stdin after execution with `docker exec -i` 2014-11-05 15:12:24 -08:00
export.go
history.go
image_delete.go
info.go Merge pull request #8772 from aluzzardi/docker-info-mem-cpu 2014-10-28 14:14:10 -07:00
inspect.go
kill.go
list.go Fix deadlock in ps exited filter 2014-11-03 10:51:03 -08:00
logs.go Fix panic on slow log consumer. 2014-10-30 22:24:57 +02:00
monitor.go See #8379 - if the container doesn't start I added code to make sure that if no other processing sets the container.exitCode to a non-zero value when we make sure its done before we return. I also made sure that while trying to start the CMD/ENTRYPOINT, if it fails, then we set the container.exitCode to the exitStatus from the exec(). 2014-11-05 18:23:42 -08:00
network_settings.go
pause.go
resize.go
restart.go
start.go
state.go save start error into State.Error 2014-10-22 22:42:37 -04:00
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Fix: Failed Start breaks VolumesFrom 2014-11-10 17:32:16 +01: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