Created
July 6, 2015 20:43
-
-
Save waisbrot/c33760e4bcd9edee9a6e to your computer and use it in GitHub Desktop.
docker-machine output
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 --vmwarefusion-cpu-count=2 --vmwarefusion-disk-size=80000 --vmwarevsphere-memory-size=2048 --driver=vmwarefusion --swarm --swarm-master dev | |
| Creating SSH key... | |
| Creating VM... | |
| Starting dev... | |
| Waiting for VM to come online... | |
| Error creating machine: Too many retries. Last error: 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