I've installed Docker on OSX and downloaded the neo image. when I run it (using the args in the home page of the image), everything seems to work, but the last lines of the log indicate something like:
00:20:39.662 [main] INFO org.eclipse.jetty.server.Server - Started @4761ms 2015-10-05 00:20:39.663+0000 INFO [API] Server started on: http://022b5f3a38fc:7474/ 2015-10-05 00:20:39.663+0000 INFO [API] Remote interface ready and available at [http://022b5f3a38fc:7474/]
which seem odd and attempting to connect my browser to either http://localhost:7474/ or the indicated http://022b5f3a38fc:7474/ results in an error
what am I missing here?