1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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
client_daemon.go
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