dfm blueprint: use same port as DfM

Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
This commit is contained in:
Magnus Skjegstad 2017-06-30 15:42:41 +02:00
parent 7c2c3af3c1
commit fcf12d9f5a
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ $ moby build -name docker-for-mac base.yml docker-17.06-ce.yml
To run the VM with a 500M disk:
```
linuxkit run hyperkit -networking=vpnkit -vsock-ports=2375 -disk size=500M docker-for-mac
linuxkit run hyperkit -networking=vpnkit -vsock-ports=2376 -disk size=500M docker-for-mac
```
In another terminal you should now be able to access docker via the socket `guest.00000947` in the state directory (`docker-for-mac-state/` by default):

View File

@ -48,7 +48,7 @@ services:
image: "linuxkit/vsudd:9e5882b4450a97836e113bcad231f497aa7bdba4"
binds:
- /var/run:/var/run
command: ["/vsudd", "-inport", "2375:unix:/var/run/docker.sock"]
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
# It needs access to the vpnkit 9P coordination share
- name: vpnkit-forwarder