/docker-ruby

Primary LanguageRubyMIT LicenseMIT

Docker for Ruby

Installation

gem 'docker-ruby', github: 'thogg4/docker-ruby'

docker-compose run --rm irb

Usage

Run

Docker::Run.execute(image: 'tutum/hello-world', volumes: ['/app:/app'], ports: ['8080:80'])

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/docker-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.