In try to get Datalab running on my iMAC
I get until
~ docker run -it -p "127.0.0.1:8081:8080" -v "${HOME}:/content" -e "PROJECT_ID=xxxxxx" gcr.io/cloud-datalab/datalab:local
I put my project ID for the xxxxxx
From https://github.com/googledatalab/notebooks * branch master -> FETCH_HEAD HEAD is now at d2c492f Merge pull request #7 from googledatalab/feature/stackdriver_monitoring warn: --minUptime not set. Defaulting to: 1000ms warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms {"name":"app","hostname":"xxxxxxxxx","pid":62,"level":30,"msg":"Starting DataLab server at http://localhost:8080","time":"2016-08-27T21:00:16.848Z","v":0}
I tried then to look at the localhost:8080 but nothing goes. I think it is stuck somewhere
Can somebody please Peter