Last active
August 29, 2015 14:08
-
-
Save nelsnelson/371f6e0048753ad8b730 to your computer and use it in GitHub Desktop.
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
nels.nelson@durga:~/src/go/src/github.com/docker$ DEBUG=true ./bundles/1.3.0-dev/binary/docker-1.3.0-dev hosts create --driver="rackspace" --rackspace-username="${RS_USERNAME}" --rackspace-api-key="${RS_APIKEY}" --rackspace-region="IAD" coreos | |
[2014-10-28T23:15:31.822242066-05:00] [info] Creating Rackspace server [docker-host-e55f95b3c535ef3918de7f61ab6b6f7e87b8996137cb21c04b4551590449e3ab]... | |
[2014-10-28T23:15:31.822390350-05:00] [debug] log.go:52 Authenticating with your Rackspace credentials. | |
[2014-10-28T23:15:34.045733968-05:00] [debug] log.go:52 Image 'CoreOS (Alpha)' with id=325a1c78-78e1-4367-be7a-1334b088018a chosen. | |
[2014-10-28T23:15:34.046205136-05:00] [debug] log.go:52 | |
[2014-10-28T23:15:34.157850653-05:00] [debug] log.go:52 Flavor '1 GB Performance' with id=performance1-1 chosen. | |
[2014-10-28T23:15:34.158381953-05:00] [debug] log.go:52 Creating a new SSH key [docker-host-e55f95b3c535ef3918de7f61ab6b6f7e87b8996137cb21c04b4551590449e3ab-key]. | |
[2014-10-28T23:15:34.159035146-05:00] [debug] log.go:52 executing: /usr/bin/ssh-keygen ssh-keygen -t rsa -N -f /home/nels.nelson/.docker/hosts/coreos/id_rsa | |
Generating public/private rsa key pair. | |
Your identification has been saved in /home/nels.nelson/.docker/hosts/coreos/id_rsa. | |
Your public key has been saved in /home/nels.nelson/.docker/hosts/coreos/id_rsa.pub. | |
The key fingerprint is: | |
7b:0f:ac:37:41:ae:11:d7:9f:d2:78:ce:8f:bc:ad:c5 nels.nelson@durga | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
| | | |
| | | |
| . | | |
| . o . | | |
| S= + . | | |
| .oo o =. | | |
| .o+. = E| | |
| .ooo .o+ | | |
| .. .. =+o| | |
+-----------------+ | |
[2014-10-28T23:15:34.967226138-05:00] [debug] log.go:52 Launching the server. | |
[2014-10-28T23:15:35.786446749-05:00] [debug] log.go:52 Waiting for server docker-host-e55f95b3c535ef3918de7f61ab6b6f7e87b8996137cb21c04b4551590449e3ab to launch. | |
[2014-10-28T23:16:19.197377432-05:00] [debug] log.go:52 Getting details for server docker-host-e55f95b3c535ef3918de7f61ab6b6f7e87b8996137cb21c04b4551590449e3ab. | |
[2014-10-28T23:16:19.419387069-05:00] [debug] log.go:52 Server docker-host-e55f95b3c535ef3918de7f61ab6b6f7e87b8996137cb21c04b4551590449e3ab is ready at IP address 162.242.232.78. | |
[2014-10-28T23:16:19.420233019-05:00] [debug] log.go:52 Setting up Docker. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment