Trying to access Google Cloud Datalab server with: docker run -it -p "127.0.0.1:8081:8080" -v "${HOME}:/content" -e "GATEWAY_VM=mltensorflow-1470671201129/us-east1-b/vm-instance-name" gcr.io/cloud-datalab/datalab:local
as per Run Cloud Datalab on Google Cloud Platform
It fails with: ERROR: (gcloud.compute.ssh) Could not SSH to the instance. It is possible that your SSH key has not propagated to the instance yet. Try running this command again. If you still cannot connect, verify that the firewall and instance are set to accept ssh traffic.
I am on a Windows 10 client. Repeated installation now produces this error: channel 2: open failed: connect failed: Connection refused Failed to set up the SSH tunnel to the VM vm-instance-name
Instance is accessible via other means, for example: gcloud compute --project "project_name" ssh --zone "us-west1-a" "ins-name"
vm-instance-name
with the vm instance you created? The reason I ask is becausevm-instance-name
does not match the instance name used ingcloud compute ...
– Anthonios PartheniouFailed to setup the SSH tunnel
). After 30 seconds, I trieddocker run it ...
again and didn't get the error. – Anthonios Partheniou