Justin Cormack
3601348fef
use platform not vmbus consistently
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-20 12:07:40 +01:00
Justin Cormack
3d3b67d0c3
Add conditional services based on mobyplatform
...
Replaces https://github.com/docker/moby/pull/282
Use mobyplatform=xxx to specify platform in boot command
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-18 12:39:14 +01:00
David Scott
e32a516406
proxy-vsockd: bump the max number of file descriptors
...
Signed-off-by: David Scott <dave.scott@docker.com >
2016-07-04 21:49:17 +01:00
David Scott
9a2148730d
On Hyper-V, mount the /port filesystem
...
This allows localhost port forwards to be requested if
native/port-forwarding=true
if set.
Signed-off-by: David Scott <dave.scott@docker.com >
2016-05-22 18:43:07 +01:00
David Scott
5090fd9599
proxy: add a multiplexing server frontend
...
On a Hyper-V system we can only register one listening endpoint (with
a GUID), so we need to accept connections, read a header and then
start the proxy.
If the binary has argv[0] == "proxy-vsockd" then run this new frontend.
Signed-off-by: David Scott <dave.scott@docker.com >
2016-05-22 12:43:18 +01:00
Justin Cormack
b1cbf3e96f
move proxy 9p mounting into its own init file
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-04-07 10:31:08 +01:00