ReSTARTR / virtualmachines

virtualmachines packer, vagrant, docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Packer

mkdir $HOME/local
cd $HOME/local
wget "https://dl.bintray.com/mitchellh/packer/0.5.2_darwin_amd64.zip"
unzip 0.5.2_darwin_amd64.zip -d packer
echo "export PATH=$HOME/local/packer:$PATH" >> $HOME/.zshrc

About

virtualmachines packer, vagrant, docker


Languages

Language:Ruby 68.9%Language:Shell 31.1%