Vagrant

Card Puncher Data Processing

About

Configuration Virtual Machine

Command

Init

initializing a directory for usage with Vagrant

vagrant init 
vagrant init hashicorp/precise64

Start

The VM is created with the following command fired in the same location than the Vagrantfile.

vagrant up --provider=virtualbox

Stop

Stop the VM

vagrant halt

Destroy

Destroy the VM

vagrant destroy

Reboot|Reload

Reboot your VM using the command:

vagrant reload

Configuration

VAGRANT_HOME

VAGRANT_HOME environment variable defines the directory where Vagrant stores global state.

By default, this is set to '.vagrant.d' under your user profile.

This is where boxes (base VMs) are stored, so it can actually be quite large on disk.

Others environment variables

See all vagrant environment variable

Documentation / Reference





Discover More
Card Puncher Data Processing
Mooc

Only use the following libraries: standard python libraries, numpy, pyspark, and test_helper (the autograder library). Don't leave in extraneous code, as the autograder will timeout if a submission takes...



Share this page:
Follow us:
Task Runner