Closed
Description
opened on Oct 8, 2016
Expected behavior
Docker for Mac should listen on 2375, providing an HTTP API server.
Actual behavior
± telnet 127.0.0.1 2375
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
Information
± /Applications/Docker.app/Contents/Resources/bin/docker-diagnose -u
OS X: version 10.12.1 (build: 16B2338c)
Docker.app: version: 1.12.2-rc1-beta27 (179c18c)
Local time: Sat Oct 8 23:54:21 CST 2016
UTC: Sat Oct 8 15:54:21 UTC 2016
Timestamp: 20161008-235421
Running diagnostic tests:
[OK] docker-cli
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] disk
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
[OK] kern.hv_support
Error exec: echo "00000003.0000f3a6" | nc -U /Users/Adam/Library/Containers/com.docker.docker/Data/@connect > /tmp/3E199B8C-B654-48C6-B8DE-BAE80C4B990B/20161008-235421/diagnostics.tar: exit 1
Docker logs are being collected into /tmp/3E199B8C-B654-48C6-B8DE-BAE80C4B990B/20161008-235421.tar.gz
Your unique id is: 3E199B8C-B654-48C6-B8DE-BAE80C4B990B
Please quote this in all correspondence.
Steps to reproduce the behavior
- Start Docker for Mac and wait for it to properly initialize.
- Run
telnet 127.0.0.1 2375
Activity