Docker.local is broken beta 9

Expected behavior

docker.local should be working

Actual behavior

docker.local is broken

Information

  • the output of:
    • pinata diagnose -u on OSX
 naveen@GuessWho  ~/revature/devops/docker   docker ●  pinata diagnose -u
OS X: version 10.11.4 (build: 15E65)
Docker.app: version v1.11.0-beta9
Running diagnostic tests:
[OK]      docker-cli
[OK]      Moby booted
[OK]      driver.amd64-linux
[OK]      vmnetd
[OK]      osxfs
[OK]      db
[OK]      slirp
[OK]      menubar
[OK]      environment
[OK]      Docker
[OK]      VT-x
Docker logs are being collected into /tmp/20160428-211719.tar.gz
Most specific failure is: No error was detected
Your unique id is: 298EDA71-1A72-4259-AD32-6426B816BF56
Please quote this in all correspondence.
-  `DockerDebugInfo.ps1` using Powershell on Windows
  • a reproducible case if this is a bug, Dockerfiles FTW
  • page URL if this is a docs issue or the name of a man page
  • host distribution and version ( OSX 10.10.x, OSX 10.11.x, Windows, etc )

Steps to reproduce the behavior

  1. Start a nginx container and try to curl into it using docker.local it fails
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                                      NAMES
836f8f12af3d        docker_ngnix        "nginx"                  7 minutes ago       Up 7 minutes        0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp   nginx
c526a5f1082e        docker_app          "catalina.sh run"        7 minutes ago       Up 7 minutes        0.0.0.0:8080->8080/tcp                     revatureapp
ac94294f6a84        docker_mysql        "docker-entrypoint.sh"   7 minutes ago       Up 7 minutes        0.0.0.0:3306->3306/tcp

IMO it should not be listening on ip 0.0.0.0

Docker Beta 9 change logs mentioned that docker.local is being discontinued. You will need to use localhost:port instead going forward.

1 Like

Thanks didn’t see that.