## Installation If you haven't installed a gem below, you should install it before installing docker-gem-store: ```ruby gem 'specific_install' ``` Run following lien: ```ruby gem specific_install -l 'https://github.com/linkqotto/docker-gem-store' ``` And then execute: $ gem-stoer ## Usage まず初めにconfigファイルを生成します。 ``` gem-store --init ``` Dockerイメージの作成・更新を行う為のDockerfileの雛形を作成します。 ``` gem-store --update ``` DockerfileやGemfileに更新内容を記述した後、下記コマンドでDockerイメージをビルドします。 ``` gem-store --build ``` docker hubへpush ``` docker push hogehoge/hugahuga:v1 ``` 本番環境用にソースコードとgem storeを固めたイメージを作成し、docker-compose.production.ymlを生成(または更新) ``` gem-store --release ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).