mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
docker-for-mac: AF_VSOCK port in README should be 948 (was 947)
Before: docker-for-mac djs$ docker -H unix://docker-for-mac-state/guest.00000947 ps Cannot connect to the Docker daemon at unix://docker-for-mac-state/guest.00000947. Is the docker daemon running? After: docker-for-mac djs$ docker -H unix://docker-for-mac-state/guest.00000948 ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
af5761d6b5
commit
b60ad02add
@ -39,7 +39,7 @@ linuxkit run hyperkit -networking=vpnkit -vsock-ports=2376 -disk size=500M -data
|
||||
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):
|
||||
|
||||
```
|
||||
$ docker -H unix://docker-for-mac-state/guest.00000947 ps
|
||||
$ docker -H unix://docker-for-mac-state/guest.00000948 ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user