Last active
          August 29, 2015 14:13 
        
      - 
      
- 
        Save ehazlett/84361f46fe262e1cf76d 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
    
  
  
    
  | [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