Changes

Jump to navigation Jump to search
502 bytes added ,  11:18, 8 September 2014
m
Line 39: Line 39:  
==Shipyard==
 
==Shipyard==
 
Shipyard is a separate GUI project hosted on [https://github.com/shipyard/shipyard Github]. It will allow you to manage Docker instances and images from your browser. It is not required to use and run Docker containers, for all Docker commands can be issued from the command line.
 
Shipyard is a separate GUI project hosted on [https://github.com/shipyard/shipyard Github]. It will allow you to manage Docker instances and images from your browser. It is not required to use and run Docker containers, for all Docker commands can be issued from the command line.
 +
 +
For Shipyard to be able to manage (multiple) hosts, each and every hosts will need to have shipyard-agent installed.
 +
 +
===Installation===
 +
Shipyard can be installed as a Docker application itself. We will use this way of installing Shipyard.
 +
 +
Issue the follwoing command as root:
 +
docker run -i -t -v /var/run/docker.sock:/docker.sock shipyard/deploy setup
 +
This will make Docker pull the various layers and images and combine it into fully functional webserver with the Shipyard application installed.
 +
    
Loose notes:
 
Loose notes:

Navigation menu