Improvements to CSIT
[policy/docker.git] / vagrant / README.md
1 This directory is to build & setup policy by vagrant. It is verified to work in
2 Ubuntu 16.04 64bit.
3
4 To setup vagrant, run the followings:
5
6 #sudo apt-get install -y virtualbox
7 #wget --no-check-certificate https://releases.hashicorp.com/vagrant/1.8.6/vagrant_1.8.6_x86_64.deb
8 #sudo dpkg -i vagrant_1.8.6_x86_64.deb
9 #vagrant up