{"id":16550247,"url":"https://github.com/keallar/r_dockerize","last_synced_at":"2026-05-06T15:31:44.746Z","repository":{"id":218745302,"uuid":"603762040","full_name":"Keallar/r_dockerize","owner":"Keallar","description":"CLI app for creating ruby and rails Dockerfile and docker-compose.yml","archived":false,"fork":false,"pushed_at":"2024-04-09T15:13:25.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T01:34:54.966Z","etag":null,"topics":["cli","docker","docker-compose","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":"https://github.com/Keallar/r_dockerize","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Keallar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-19T14:02:02.000Z","updated_at":"2024-06-15T19:48:42.000Z","dependencies_parsed_at":"2024-01-23T16:20:35.288Z","dependency_job_id":"4a215bcd-57c7-4a38-a051-9f84df218e56","html_url":"https://github.com/Keallar/r_dockerize","commit_stats":null,"previous_names":["keallar/r_dockerize"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keallar%2Fr_dockerize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keallar%2Fr_dockerize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keallar%2Fr_dockerize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keallar%2Fr_dockerize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Keallar","download_url":"https://codeload.github.com/Keallar/r_dockerize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241870999,"owners_count":20034381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","docker","docker-compose","ruby","ruby-gem"],"created_at":"2024-10-11T19:33:32.108Z","updated_at":"2026-05-06T15:31:39.708Z","avatar_url":"https://github.com/Keallar.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# r_dockerize\n\n `r_dockerize` is a tool for generating ruby and rails Dockerfile and docker-compose.yml\n\n## Requirements\n\n* Ruby 2.6.0+\n\n## Installation\n\n```bash\nbundle install r_dockerize\n```\n...or add the following to your `Gemfile` and run `bundle install`:\n```\ngem 'r_dockerize', require: false\n```\n\n## Usage\n\nThis gem provides a command-line interface which can be run like so:\n\n1. Run `r_dockerize \u003ccommand\u003e [options]` if gem installed in system\n2. Run `bundle exec r_dockerize \u003ccommand\u003e [options]` if gem installed in your Gemfile\n\n### Available commands\n1. `r_dockerize docker [options]` - for create Dockerfile\n```bash\nUsage:\n   rdockerize docker [options]\n\nOptions:\n    -s, --show                       # Show assembled dockerfile\n    -u, --user                       # Use saved user's template\n    -j, --javascript=JAVASCRIPT      # Choose JavaScript approach [options: npm, yarn]\n    -r, --ruby=RUBY_VERSION          # Choose version of ruby\n    -d, --database=DATABASE          # Choose database [options: postgresql, mysql, mongodb sqlite]\n    --standard                       # Standard template\n    -h, --help                       # Print help for command\n    -p, --port                       # Set port for expose\n```\n2. `r_dockerize dco ` / `compose`/ `docker-compose [options]` - for create docker-compose.yml\n```bash\nUsage:\n  rdockerize dco [options]\n  rdockerize compose [options]\n  rdockerize docker-compose [options]\n\nOptions:\n    -s, --show                       # Show assembled docker-compose file\n    -u, --user                       # Use saved user's template\n    -d, --database=DATABASE          # Choose database [options: postgresql, mysql, mongodb, sqlite]\n    -b, --subservice=SUBSERVICE      # Choose subservice [options: redis rabbitmq sidekiq]\n    -h, --help                       # Print help for command\n\n```\n3. `r_dockerize dockerize` - for create both (Dockerfie and docker-compose.yml)\n```bash\nUsage:\n  rdockerize dockerize\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `gem install r_dockerize`. To release a new version, update the version number in `version.rb`.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/Keallar/r_dockerize.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeallar%2Fr_dockerize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeallar%2Fr_dockerize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeallar%2Fr_dockerize/lists"}