1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/execdriver
Dan Walsh fe9fe1473c We want to allow the sharing of /dev from the host into the
container.

docker run -v /dev:/dev should stop mounting other default mounts in i
libcontainer otherwise directories and devices like /dev/ptx get mishandled.

We want to be able to run libvirtd for launching vms and it needs
access to the hosts /dev.  This is a key componant of OpenStack.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2015-03-20 08:56:21 -04:00
..
execdrivers Refactor usage calc for CPU and system usage 2015-01-20 20:21:46 -08:00
lxc Merge pull request #11295 from LK4D4/oom_after_dead 2015-03-16 14:16:47 -07:00
native We want to allow the sharing of /dev from the host into the 2015-03-20 08:56:21 -04:00
driver.go Adding '--cgroup-parent' flag to docker run. This feature helps users implement more complex 2015-03-19 02:34:15 +00:00
pipes.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
termconsole.go Refactoring execdriver.Command and Container structs to support 'docker exec' and other 2014-09-01 14:30:16 -07:00
utils.go Execdriver implementation on new libcontainer API 2015-03-06 14:46:58 -08:00