Created
          February 6, 2015 21:00 
        
      - 
      
- 
        Save ehazlett/1d62af18fccb3e177ca6 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 .dotfiles> docker run --rm -v /var/run/docker.sock:/var/run/docker.sock shipyard/deploy start | |
| Pulling image: shipyard/rethinkdb | |
| Starting Rethinkdb Data | |
| Starting Rethinkdb | |
| Starting Shipyard | |
| Pulling image: shipyard/shipyard:latest | |
| Shipyard Stack started successfully | |
| Username: admin Password: shipyard | |
| ehazlett .dotfiles> docker ps | grep shipyard | |
| 1b41cdf642a1 shipyard/shipyard:2.0.8 "/app/controller" 8 seconds ago Up 8 seconds 0.0.0.0:8080->8080/tcp shipyard | |
| c8f2fddc6625 shipyard/rethinkdb:latest "/usr/bin/rethinkdb 9 seconds ago Up 9 seconds 0.0.0.0:49160->28015/tcp, 0.0.0.0:49161->29015/tcp, 0.0.0.0:49162->8080/tcp shipyard-rethinkdb | |
| 4729a4d78aea shipyard/rethinkdb:latest "/bin/bash -l" 9 seconds ago Up 9 seconds 29015/tcp, 8080/tcp, 28015/tcp shipyard-rethinkdb-data | |
| ehazlett .dotfiles> curl -I localhost:8080 | |
| HTTP/1.1 200 OK | |
| Accept-Ranges: bytes | |
| Content-Length: 4549 | |
| Content-Type: text/html; charset=utf-8 | |
| Last-Modified: Thu, 01 Jan 2015 17:35:18 GMT | |
| Date: Fri, 06 Feb 2015 21:00:37 GMT | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment