$ NAME=delete-me-$RANDOM; gcloud compute instances create $NAME --image=/ubuntu-os-cloud/ubuntu-1404-trusty-v20150316 --machine-type n1-standard-1 Created [https://www.googleapis.com/compute/v1/projects/curoverse/zones/us-central1-a/instances/delete-me-32540]. NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS delete-me-32540 us-central1-a n1-standard-1 xx.xxx.xxx.xx xxx.xxx.xx.xxx RUNNING $ gcloud compute ssh $NAME Warning: Permanently added 'xxx.xxx.xx.xxx' (ECDSA) to the list of known hosts. Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.16.0-31-generic x86_64) (...) ncesar@delete-me-32540:~$ wget -qO- https://get.docker.com/ | sh apparmor is enabled in the kernel and apparmor utils were already installed /sbin/apparmor_parser + [ https://get.docker.com/ = https://get.docker.com/ ] (...) ncesar@delete-me-32540:~$ \curl -sSL get.arvados.org | sudo bash If necessary, this command will download the latest Arvados docker images. The download can take a long time, depending on the speed of your internet connection. When the images are downloaded, it will then start an Arvados environment on this computer. (...) ****************************************************************** To access Arvados you must add the Arvados nameserver to the top of your DNS configuration in /etc/resolv.conf: nameserver 172.17.42.1 Then run './arvdock start' again ****************************************************************** To stop the containers, run ./arvdock stop ncesar@delete-me-32540:~$ sudo vi /etc/resolv.conf ncesar@delete-me-32540:~$ cat /etc/resolv.conf nameserver 172.17.42.1 nameserver 169.254.169.254 nameserver 10.240.0.1 ncesar@delete-me-32540:~$ sudo ./arvdock start sudo: unable to resolve host delete-me-32540 bridge=docker0 start_api=false start_compute=false start_doc=false start_keep=false start_keepproxy=false start_nameserver=false start_sso=false start_vm=false start_workbench=false You have a running container with name api_server -- skipping. You have a running container with name compute0 -- skipping. You have a running container with name compute1 -- skipping. You have a running container with name keep_server_0 -- skipping. You have a running container with name keep_server_1 -- skipping. You have a running container with name keepproxy_server -- skipping. You have a running container with name doc_server -- skipping. You have a running container with name shell -- skipping. You have a running container with name workbench_server -- skipping. ****************************************************************** You can access the Arvados documentation at http://doc.dev.arvados ****************************************************************** ******************************************************************** You can access the Arvados workbench at http://workbench.dev.arvados ******************************************************************** ncesar@delete-me-32540:~$ w3m http://127.0.0.1:9899 ## works.. ncesar@delete-me-32540:~$ sudo docker exec api_server supervisorctl status sudo: unable to resolve host delete-me-32540 cron EXITED May 22 06:32 PM crunch-dispatch RUNNING pid 1746, uptime 0:05:27 munge EXITED May 22 06:32 PM passenger RUNNING pid 9, uptime 0:07:18 postgres RUNNING pid 10, uptime 0:07:18 setup EXITED May 22 06:34 PM setup-gitolite EXITED May 22 06:33 PM slurm EXITED May 22 06:32 PM ssh EXITED May 22 06:32 PM