No commit activity in last 3 years
No release in over 3 years
Helps managing docker compose excution on local or remote with inetractive shell support
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.1

Runtime

 Project Readme

Capistrano::DockerCompose::Interactive Gem Version

Helps managing docker compose excution on local or remote with inetractive shell support.

This project is in an early stage but helps me alot dealing with my container deployments and keeps my code clean. Feel free to contribute =)

This gem depends on sshkit-interactive.

Installation

Add this line to your application's Gemfile (make sure you have installed ruby and bundler ;):

gem 'capistrano-dockercompose-interactive'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-dockercompose-interactive

Dont forget to require the module in your Capfile:

require 'capistrano/dockercompose/interactive'

Usage

#TODO

Changes

Version 0.0.8

  • fix isup? boolean behaviour
  • add DockerCompose::Interactive::Instance::count_container

Version 0.0.7

  • add isup?, satrt, stop, restart, up, down, build, pull, start_or_restart to DockerCompose::Interactive::Instance

Version 0.0.2

  • use clean modiule namespaces

Version 0.0.1

  • initial release

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request