moby--moby/daemon
Victor Vieux ac3eecf3db Merge pull request #7062 from crosbymichael/fix-lxc-caps
Fix cap drop issues with lxc
2014-07-28 16:19:08 -07:00
..
execdriver Merge pull request #7062 from crosbymichael/fix-lxc-caps 2014-07-28 16:19:08 -07:00
graphdriver gofmt -s -w 2014-07-24 22:25:29 +00:00
networkdriver gofmt -s -w 2014-07-24 22:25:29 +00:00
MAINTAINERS Add cpuguy83 as volumes maintainer 2014-06-20 09:40:29 -04:00
README.md Add readme for daemon directory 2014-05-17 17:56:02 +00:00
attach.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
container.go gofmt -s -w 2014-07-24 22:25:29 +00:00
container_unit_test.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon.go gofmt -s -w 2014-07-24 22:25:29 +00:00
daemon_aufs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_btrfs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_devicemapper.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_no_aufs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
history.go don't call sort for every add in history 2014-05-14 15:02:02 +03:00
inspect.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
network_settings.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
server.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
state.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
state_test.go State refactoring and add waiting functions 2014-06-27 15:05:48 +04:00
utils.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
utils_linux.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
utils_nolinux.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
utils_test.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
volumes.go update go import path and libcontainer 2014-07-24 22:19:50 +00: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