capistrano

https://github.com/capistrano/capistrano

Ruby

A deployment automation tool built on Ruby, Rake, and SSH.

DockerGateway#run_compose_command

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:capistrano/capistrano.git

cd capistrano

open features/support/docker_gateway.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-DockerGateway-run_compose_command-for-pr


# Commit to git

git add features/support/docker_gateway.rbgit commit -m "better docs for DockerGateway#run_compose_command"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-DockerGateway-run_compose_command-for-pr

hub pull-request


# Celebrate!