Created
June 5, 2015 13:46
-
-
Save kikicarbonell/2ce3a18beee17103db5d to your computer and use it in GitHub Desktop.
docker-machine with generic driver using ssh connection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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