docker/daemon
John Howard ba1725a94e Windows: Refactor volumes
Signed-off-by: John Howard <jhoward@microsoft.com>
2015-04-27 09:27:15 -07:00
..
events
execdriver reuse same code for setting pipes in run/exec 2015-04-23 21:54:21 +00:00
graphdriver
logger Add journald as a supported logger for containers 2015-04-21 12:57:54 -04:00
network
networkdriver Fixed typo 'configuring' 2015-04-24 16:52:32 -07:00
README.md
attach.go
commit.go Remove engine.Job from builder.CmdBuildConfig. 2015-04-20 13:37:06 -07:00
config.go Allow specifying a default gateway for bridge networking 2015-04-20 15:13:30 +02:00
container.go Merge pull request #12557 from rhatdan/journald 2015-04-22 17:20:10 -07:00
container_unit_test.go
create.go
daemon.go Remove engine/job from graph 2015-04-23 23:36:29 +02: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 remove execCreate & execStart from job 2015-04-22 13:51:57 -07:00
export.go
history.go
image_delete.go
info.go Add support cpu cfs quota 2015-04-20 08:16:47 -07:00
inspect.go Remove job from container_inspect 2015-04-23 00:58:13 +02:00
kill.go
list.go
logs.go
monitor.go
rename.go
resize.go
restart.go
start.go Move setHostConfig to daemon file 2015-04-23 10:23:02 +08:00
state.go
state_test.go
stats.go
stats_collector.go gofmt whole directory 2015-04-20 01:08:51 -07:00
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Windows: Refactor volumes 2015-04-27 09:27:15 -07:00
volumes_linux.go Windows: Refactor volumes 2015-04-27 09:27:15 -07:00
volumes_windows.go Windows: Refactor volumes 2015-04-27 09:27:15 -07:00

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