Files
mgmt/vagrant/motd
2017-02-12 19:18:33 -05:00

15 lines
344 B
Plaintext

Welcome to the mgmt hacking VM.
Please make sure that your authorized key for GitHub is added to the SSH agent
on the host machine (see `ssh-add -l`).
You can jump into the mgmt repo with the alias `cdmgmt`.
To get started, try:
$ cdmgmt
$ make clean build
$ ./mgmt run --tmp-prefix --yaml examples/exec1.yaml --converged-timeout 5
Enjoy!