LoginSignup
5

More than 5 years have passed since last update.

shipyard動かしてみた

Last updated at Posted at 2014-10-28

coreos: 472.0.0 にて実施。

起動まで

pull
docker pull shipyard/rethinkdb
docker pull shipyard/shipyard
docker pull shipyard/shipyard-cli
起動
docker run -d -P --name rethinkdb shipyard/rethinkdb
docker run -d -p 8080:8080 --link rethinkdb:rethinkdb shipyard/shipyard

スクリーンショット 2014-10-29 6.22.05.png

スクリーンショット 2014-10-29 6.23.46.png

cli

shipyard-cliはただのbashです。

shipyard-cli起動
docker run -it -d --name cli shipyard/shipyard-cli
docker exec -it cli bash

shipyard cli> shipyard login

extensionがあるのがpanamaxより良い所。

  • Provisioning
  • Stats
  • Logging
  • Backup

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5