Skip to content

Instantly share code, notes, and snippets.

View kakoni's full-sized avatar

Karri Niemelä kakoni

View GitHub Profile
@kakoni
kakoni / Rakefile
Last active August 29, 2015 14:13 — forked from barrettclark/Rakefile
namespace :boot2docker do
desc 'Start VM from any states'
task :start do
%x(boot2docker start > /dev/null 2>&1)
end
desc 'Setup shell'
task :shellinit => [:start] do
# NOTE: this does not set the env, so we have to do something different
# %x($(boot2docker shellinit > /dev/null 2>&1))