moby--moby/libcontainerd
Justin Terry (VM) b2d99865ea Add --device support for Windows
Implements the --device forwarding for Windows daemons. This maps the physical
device into the container at runtime.

Ex:

docker run --device="class/<clsid>" <image> <cmd>

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2018-11-21 15:31:17 -08:00
..
supervisor update containerd client and dependencies to v1.2.0 2018-11-05 18:46:26 +01:00
client_daemon.go bugfix: wait for stdin creation before CloseIO 2018-10-10 19:59:01 +08:00
client_daemon_linux.go
client_daemon_windows.go
client_local_windows.go Add --device support for Windows 2018-11-21 15:31:17 -08:00
errors.go
process_windows.go
queue.go
queue_test.go
types.go
types_linux.go
types_windows.go
utils_windows.go
utils_windows_test.go