Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 399 Bytes

common_tasks.md

File metadata and controls

21 lines (15 loc) · 399 Bytes

Common Tasks

Update the VM to a new version of Mesos

Re-build the VM. It will pull the latest package down from the repo.

( vagrant provision )

Connect to the VM directly with SSH

ssh -i ~/.vagrant.d/insecure_private_key -p 2222 vagrant@10.141.141.10

This will result in an SSH session similar to:

( vagrant ssh )