[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[atomic-devel] Nice work mrunal /dev patch merged into docker. docker-1.10 should have it.
- From: Daniel J Walsh <dwalsh redhat com>
- To: "atomic-devel projectatomic io" <atomic-devel projectatomic io>
- Subject: [atomic-devel] Nice work mrunal /dev patch merged into docker. docker-1.10 should have it.
- Date: Wed, 18 Nov 2015 08:23:28 -0500
Skip /dev setup in container when it is bind mounted in #16639
https://github.com/docker/docker/pull/16639
This patch fixed some breakages where a user wanted to share /dev from
the host into the container. Super
Privileged Containers (SPC) often need this feature.
For example.
docker run -v /dev:/dev ...
The classic example of this would be a SPC needing to create new devices
to be used on the host. Running
libvirt inside of a container launching VM's needs this feature.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]