Skip to content

Instantly share code, notes, and snippets.

@kikicarbonell
Created June 5, 2015 13:46
Show Gist options
  • Save kikicarbonell/2ce3a18beee17103db5d to your computer and use it in GitHub Desktop.
Save kikicarbonell/2ce3a18beee17103db5d to your computer and use it in GitHub Desktop.
docker-machine with generic driver using ssh connection
docker-machine create --driver generic --engine-insecure-registry myregistry:5000 --generic-ip-address 172.23.10.27 --generic-ssh-
user vagrant --generic-ssh-key /home/<myuser>/.ssh/id_rsa vbox
Importing SSH key...
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error getting SSH command to check if the daemon is up: exit status 1
Error creating machine: Maximum number of retries (60) exceeded
You will want to check the provider to make sure the machine and associated resources were properly removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment