moby--moby/libcontainerd
John Starks 54354db850 Windows: Add named pipe mount support
Current insider builds of Windows have support for mounting individual
named pipe servers from the host to the guest. This allows, for example,
exposing the docker engine's named pipe to a container.

This change allows the user to request such a mount via the normal bind
mount syntax in the CLI:

  docker run -v \\.\pipe\docker_engine:\\.\pipe\docker_engine <args>

Signed-off-by: John Starks <jostarks@microsoft.com>
2017-08-07 11:34:36 -07:00
..
client.go
client_linux.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
client_solaris.go
client_unix.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
client_windows.go Windows: Add named pipe mount support 2017-08-07 11:34:36 -07:00
container.go
container_unix.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
container_windows.go LCOW: Remove hard-coding 2017-08-03 16:10:25 -07:00
oom_linux.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
oom_solaris.go
pausemonitor_unix.go
process.go
process_unix.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
process_windows.go Windows: Remove unused commandLine 2017-02-02 11:16:11 -08:00
queue_unix.go fix mem leak in libcontainerd/queue/append 2017-06-22 16:47:47 +08:00
queue_unix_test.go fix mem leak in libcontainerd/queue/append 2017-06-22 16:47:47 +08:00
remote.go
remote_unix.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
remote_windows.go
types.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
types_linux.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
types_solaris.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
types_windows.go LCOW: Remove hard-coding 2017-08-03 16:10:25 -07:00
utils_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
utils_solaris.go Use containerd Status variable when checking container state 2017-05-15 10:53:51 -07:00
utils_windows.go LCOW: Remove hard-coding 2017-08-03 16:10:25 -07:00
utils_windows_test.go