Skip to content

Instantly share code, notes, and snippets.

@ehazlett
Last active August 29, 2015 14:13
Show Gist options
  • Save ehazlett/84361f46fe262e1cf76d to your computer and use it in GitHub Desktop.
Save ehazlett/84361f46fe262e1cf76d to your computer and use it in GitHub Desktop.
[ehazlett@ejh-mbpr machine]$ ./machine ls
INFO[0000] Connecting to vCloud Air to fetch vApp Status...
NAME ACTIVE DRIVER STATE URL
test-vcloud * vmwarevcloudair Running tcp://23.92.243.104:2376
[ehazlett@ejh-mbpr machine]$ docker $(machine config test-vcloud) ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
[ehazlett@ejh-mbpr machine]$ docker $(machine config test-vcloud) run -ti busybox echo hello machine
Unable to find image 'busybox:latest' locally
busybox:latest: The image you are pulling has been verified
511136ea3c5a: Pull complete
df7546f9f060: Pull complete
ea13149945cb: Pull complete
4986bf8c1536: Pull complete
Status: Downloaded newer image for busybox:latest
hello machine
[ehazlett@ejh-mbpr machine]$ docker $(./machine config test-vcloud) version
Client version: 1.4.1-dev
Client API version: 1.16
Go version (client): go1.4
Git commit (client): de97839
OS/Arch (client): linux/amd64
Server version: 1.4.1
Server API version: 1.16
Go version (server): go1.3.3
Git commit (server): 5bc2ff8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment