-
Notifications
You must be signed in to change notification settings - Fork 29
Description
When trying to build a docker-machine using generic driver, it failed. Running on a MacOS 10:10:5, connecting to a clean version of Ubuntu 14.04. Docker log from remote machine attached /var/log/upstart/docker.log
docker.txt
Any clues? Thanks, frank [email protected]
Here is the terminal view:
frankscaffasmbp:docker-flow frankschaffa$ docker-machine create \
--driver generic
--generic-ip-address=9.12.235.184
--generic-ssh-user=root
--swarm --swarm-master
--swarm-discovery="consul://9.12.247.254:8500"
--engine-opt="cluster-store=consul://9.12.247.254:8500"
--engine-opt="cluster-advertise=eth1:2376"
swarm-master
Running pre-create checks...
Creating machine...
(swarm-master) No SSH key specified. Connecting to this machine now and in the future will require the ssh agent to contain the appropriate key.
Waiting for machine to be running, this may take a few minutes...
Detecting operating system of created instance...
Waiting for SSH to be available...
Detecting the provisioner...
Provisioning with ubuntu(upstart)...
Installing Docker...
Copying certs to the local machine directory...
Copying certs to the remote machine...
Setting Docker configuration on the remote daemon...
Configuring swarm...
Error creating machine: Error running provisioning: Unable to pull image: Post https://9.12.235.184:2376/v1.15/images/create?fromImage=swarm%3Alatest: dial tcp 9.12.235.184:2376: getsockopt: connection refused
frankscaffasmbp:docker-flow frankschaffa$