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
hostname = docker
Hostname of the virtual machine endpoint, where container ports will be
exposed if using nat networking. Access it via ādocker.localā.
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)
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.
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.
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
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
- ā¦
- ā¦