Sign inSign up

yokogawa/infrataster

By yokogawa

Updated almost 7 years ago

Docker image for infrataster

Image
0

1.6K

yokogawa/infrataster repository overview

Docker Image for Infrataster

これは何?

Infrataster と plugin を詰め込んだ docker image

現在追加している plugin

使い方

  1. イメージの作成 または pull
  2. テストを作成
  3. infrataster を実行
1. イメージの作成

build する場合

$ git clone https://github.com/yokogawa-k/docker-infrataster.git
$ cd docker-infrataster
$ docker build -t yokogawa/infrataster .

docker pull する場合

$ docker pull yokogawa/infrataster
2. テストの作成

頑張ってください。

3. infrataster の実行
$ docker run -t -v $spec_dir:/opt/app/spec/ --name "infrataster" yokogawa/infrataster -c 

docker runCOMMAND を指定しない場合 rspec のヘルプが出ます。

$ docker run -t -v $spec_dir:/opt/app/spec/ --name "infrataster" yokogawa/infrataster -c 
use bash
$ ./run bash

Tag summary

Content type

Image

Digest

sha256:bb2a813d7

Size

332.9 MB

Last updated

almost 7 years ago

docker pull yokogawa/infrataster