tree: 2c40a92bf9867d1fa4c22e110616c499014fadb0 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
shipyard/README.md

Shipyard provider for jclouds

jclouds-shipyard allows one to connect and administer multiple docker daemons from a single endpoint.

Setup

Documentation on how to standup a Shipyard cluster can be found here.

More detailed information (docs, API, etc..) can be found on the Shipyard site.

Testing

To run integration tests we need a valid Shipyard instance/endpoint, identity-key, and docker daemon to use. Testing, for now, assumes the docker daemon does not have ssl enabled. To run integration tests you could do something like:

mvn clean install -Plive -Dtest.shipyard.endpoint=http://10.0.0.8:8080 -Dtest.shipyard.identity=zEswusMbqMR8D7QA0yJbIc1CxGYqfLAG5bZO -Dtest.shipyard.docker.endpoint=http://10.0.0.8:2375

Help

For help with jclouds-shipyard you can email the jclouds-dev mailing list or ask questions on IRC.

For help with Shipyard itself you can reach out to devs on IRC.

jclouds-shipyard is still at alpha stage please report any issues you find at jclouds-shipyard-issues.