Docker-host IP wrong in pinata list

Expected behavior

According to pinata list the docker-ipv4 is 192.168.65.2

Actual behavior

Docker host ip is 192.168.64.3

Information

:whale: hostname = docker
Hostname of the virtual machine endpoint, where container ports will be
exposed if using nat networking. Access it via ā€˜docker.localā€™.

:whale: hypervisor = native (memory=2, ncpu=4)
The Docker.app includes embedded hypervisors that run the virtual machines
that power the containers. This setting allows you to control which the
default one used for Linux is.

ā–ø native: a version of the xhyve hypervisor that uses the MacOSX
Hypervisor.framework to run container VMs. Parameters:
memory (VM memory in gigabytes), ncpu (vCPUs)

:whale: network = hostnet (docker-ipv4=192.168.65.2, host-ipv4=192.168.65.1)
Controls how local containers can access the external network via the
MacOS X host. This includes outbound traffic as well as publishing ports
for external access to the local containers.

ā–ø hostnet: a mode that helps if you are using a VPN that restricts
connectivity. Activating this mode will proxy container network
packets via the Docker.app process as host socket traffic.
Parameters: docker-ipv4 (docker node), host-ipv4 (host node)
ā–ø nat: a mode that uses the MacOS X vmnet.framework to route container
traffic to the host network via a NAT.

:whale: filesystem = osxfs
Controls the mode by which files from the MacOS X host and the container
filesystem are shared with each other.

ā–ø osxfs: a FUSE-based filesystem that bidirectionally forwards OSX
filesystem events into the container.

:whale: native/port-forwarding = true
Expose container ports on the Mac, rather than the VM

ā–ø true: Container ports will be exposed on the Mac
ā–ø false: Container ports will be exposed on the VM

:whale: daemon = run ā€˜pinata get daemonā€™ or 'pinata set daemon [@file|-]>
JSON configuration of the local Docker daemon. Configure any custom
options you need as documented in:
dockerd | Docker Docs. Set it
directly, or a @file or - for stdin.

OSX 10.11.3
Docker Version 1.11.1-beta11 (build: 6974)

Steps to reproduce the behavior

  1. ā€¦
  2. ā€¦

Could you send the output that is leading you to believe that the IP address is different?
This only shows what the configuration database seesā€¦

docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
856b10a00426 innroad/swagger-ui ā€œ/bin/sh -c './node_mā€ 5 seconds ago Up 2 seconds 192.168.64.3:8080->8080/tcp swagger-1
936cc51fc989 mongo ā€œ/entrypoint.sh mongoā€ 5 seconds ago Up 2 seconds 192.168.64.3:27017->27017/tcp mongo-1
6c66c49a777e postgres ā€œ/docker-entrypoint.sā€ 5 seconds ago Up 2 seconds 192.168.64.3:5432->5432/tcp postgres-1
0e4b38e1f58b devopsdockerlocaldev_dynamodb "/bin/sh -c 'java " 5 seconds ago Up 2 seconds 192.168.64.3:8000->8000/tcp dynamodb-1
f0d086c02542 rabbitmq:3-management ā€œ/docker-entrypoint.sā€ 5 seconds ago Up 2 seconds 4369/tcp, 5671/tcp, 192.168.64.3:5672->5672/tcp, 15671/tcp, 25672/tcp, 192.168.64.3:15672->15672/tcp rabbit-1