vagrant

https://github.com/mitchellh/vagrant

Ruby

Vagrant is a tool for building and distributing development environments.

VagrantPlugins::DockerProvider::Action.action_run_command

This action starts another container just like the real one running
but only for the purpose of running a single command rather than
to exist long-running.

Source | Google | Stack overflow

Edit

git clone [email protected]:mitchellh/vagrant.git

cd vagrant

open plugins/providers/docker/action.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-VagrantPlugins--DockerProvider--Action-action_run_command-for-pr


# Commit to git

git add plugins/providers/docker/action.rbgit commit -m "better docs for VagrantPlugins::DockerProvider::Action.action_run_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-VagrantPlugins--DockerProvider--Action-action_run_command-for-pr

hub pull-request


# Celebrate!