1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Michael Crosby 3609b051b8 Move remount as private to the graph drivers
If this is at the root directory for the daemon you could unmount
somones filesystem when you stop docker and this is actually only needed
for the palces that the graph drivers mount the container's root
    filesystems.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
2014-06-05 16:02:25 -07:00
..
execdriver Rename nsinit package to namespaces in libcontainer 2014-06-04 15:47:57 -07:00
graphdriver Move remount as private to the graph drivers 2014-06-05 16:02:25 -07:00
networkdriver Fix races in set/get currentInterfaces in networkdriver 2014-05-30 14:16:00 +04:00
attach.go Move Attach from container to daemon 2014-05-05 16:48:56 -07:00
container.go Totally remove insert feature 2014-06-04 17:35:15 -07:00
container_unit_test.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
daemon.go Move remount as private to the graph drivers 2014-06-05 16:02:25 -07:00
daemon_aufs.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
daemon_btrfs.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
daemon_devicemapper.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
daemon_no_aufs.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
history.go don't call sort for every add in history 2014-05-14 15:02:02 +03:00
inspect.go add volumes back to inspect 2014-06-03 00:05:54 +00:00
network_settings.go Fix port mapping in ps display for public and private 2014-05-12 15:26:23 -07:00
README.md Add readme for daemon directory 2014-05-17 17:56:02 +00:00
server.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
state.go Add ability to pause/unpause containers via cgroups freeze 2014-06-04 13:33:44 -06:00
utils.go Improve name generation on concurrent requests 2014-05-23 17:51:16 -07:00
utils_test.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
volumes.go Ensure that ownership and perms are copied to volume 2014-06-02 18:06:58 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver