From fcf12d9f5af2f4897f36ff67000c60c7ec67ed85 Mon Sep 17 00:00:00 2001 From: Magnus Skjegstad Date: Fri, 30 Jun 2017 15:42:41 +0200 Subject: [PATCH] dfm blueprint: use same port as DfM Signed-off-by: Magnus Skjegstad --- blueprints/README.md | 2 +- blueprints/docker-for-mac/base.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/README.md b/blueprints/README.md index 321f2c1aa..21a96ac71 100644 --- a/blueprints/README.md +++ b/blueprints/README.md @@ -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): diff --git a/blueprints/docker-for-mac/base.yml b/blueprints/docker-for-mac/base.yml index 84c9a5c2b..66e9a74d6 100644 --- a/blueprints/docker-for-mac/base.yml +++ b/blueprints/docker-for-mac/base.yml @@ -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