moby--moby/daemon
Dan Walsh 3c136333af Btrfs has eliminated the BTRFS_BUILD_VERSION in latest version
They say we should only use the BTRFS_LIB_VERSION

They will no longer support this since it had to be managed manually

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2015-03-20 11:43:53 -04:00
..
execdriver Merge pull request #11507 from crosbymichael/container-state 2015-03-19 16:02:24 -07:00
graphdriver Btrfs has eliminated the BTRFS_BUILD_VERSION in latest version 2015-03-20 11:43:53 -04:00
logger Merge pull request #11471 from LK4D4/wait_for_copier 2015-03-18 15:41:12 -07:00
networkdriver [WiP] Adds testing for bridge's IPv6 support 2015-03-18 08:51:14 +01:00
README.md
attach.go
changes.go
commit.go
config.go
container.go Adding '--cgroup-parent' flag to docker run. This feature helps users implement more complex 2015-03-19 02:34:15 +00:00
container_unit_test.go
copy.go
create.go fix not show error when using --lxc-conf without lxc driver 2015-03-17 08:50:17 +08:00
daemon.go Merge pull request #11274 from MabinGo/selinux_enable_verify 2015-03-19 10:34:55 -04: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
export.go
history.go
image_delete.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
info.go
inspect.go
kill.go
list.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
logs.go
monitor.go Wait for copier finishing it's work before closing logger 2015-03-18 13:48:01 -07:00
network_settings.go
pause.go
rename.go
resize.go
restart.go
start.go Format error by value 2015-03-16 12:05:53 +01:00
state.go
state_test.go
stats.go
stats_collector.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
wait.go Format error by value 2015-03-16 12:05:53 +01: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