1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Victor Vieux a0392324f1 another commit to do like @crosbymichael
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-08-14 01:36:26 +00:00
..
execdriver Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
graphdriver another commit to do like @crosbymichael 2014-08-14 01:36:26 +00:00
networkdriver remove double newline 2014-08-14 01:08:27 +00:00
attach.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
build.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
changes.go
commit.go
config.go Deprecate --restart on the daemon 2014-08-13 16:08:50 -07:00
container.go remove double newline 2014-08-14 01:08:27 +00:00
container_unit_test.go
copy.go
create.go
daemon.go remove double newline 2014-08-14 01:08:27 +00:00
daemon_aufs.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go remove double newline 2014-08-14 01:08:27 +00:00
export.go
history.go
image_delete.go
info.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
inspect.go
kill.go
list.go
logs.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
MAINTAINERS
monitor.go another commit to do like @crosbymichael 2014-08-14 01:36:26 +00:00
network_settings.go
pause.go
README.md
resize.go
restart.go
start.go Move container start event into monitor 2014-08-13 15:58:54 -07:00
state.go Update based on comments from the code review 2014-08-13 15:58:55 -07:00
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver