Composable Docker Management
Shipyard enables multi-host, Docker cluster management. It uses Docker Swarm for cluster resourcing and scheduling.
There is a deploy script provided on the Shipyard website for quick installation.
Note: you must already have a Docker engine available. If you do not have Docker, you can use Docker Machine to get started.
curl -s https://shipyard-project.com/deploy | bash -s
For full options:
curl -s https://shipyard-project.com/deploy | bash -s -- -h
Full docs are available at http://shipyard-project.com
There are three components to Shipyard:
The Shipyard controller talks to a RethinkDB instance for data storage (user accounts, engine addresses, events, etc). It also serves the API and web interface (see below). The controller uses Citadel to communicate to each host and handle cluster events.
Everything in Shipyard is built around the Shipyard API. It enables actions such as starting, stopping and inspecting containers, adding and removing engines and more. It is a very simple RESTful JSON based API.
The Shipyard UI is a web interface to the Shipyard cluster. It uses the Shipyard API for all interaction. It is an AngularJS app that is served via the Controller.
To get a development environment you will need:
Run the following:
go get github.com/tools/godep
npm install -g bower
to install bowermake build
to build the binarymake media
to build the media./controller -h
for optionsShipyard is licensed under the Apache License, Version 2.0. See LICENSE for full license text.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Комментарии ( 0 )