Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

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 [email protected]

This will result in an SSH session similar to:

( vagrant ssh )