vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::DockerProvider::Command::Logs#execute_single
Executes the "docker logs" command on a single machine and proxies the output to our UI.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/providers/docker/command/logs.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--DockerProvider--Command--Logs-execute_single-for-pr
# Commit to gitgit add plugins/providers/docker/command/logs.rbgit commit -m "better docs for VagrantPlugins::DockerProvider::Command::Logs#execute_single"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--DockerProvider--Command--Logs-execute_single-for-pr
hub pull-request
# Celebrate!