Sha256: b60df857788ad25bd0fc5a53a61179bc91c935b3cb600c587cb54230ab1f4d0a
Contents?: true
Size: 742 Bytes
Versions: 1
Compression:
Stored size: 742 Bytes
Contents
# Dockerci Read configuration of `config/database.yml`, use that information to launch a circleci mysql docker image. ## Installation Add this line to your application's Gemfile: ```ruby gem 'dockerci' ``` And then execute: $ bundle Or install it yourself as: $ gem install dockerci ## Usage Simply run: ```terminal bundle exec rake dockerci:mysql ``` It will load your env's database.yml, and using that information, launches the circleci/mysql image. If you want to specify the launching version, then in your `config/application.rb`, put following code: ```ruby config.dockerci_mysql_version = '5.7' ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/Yuki-Inoue/dockerci.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dockerci-0.2.0 | README.md |