Pequod - Container hacking lab environment.
TODO: Intro here
Setup
- Make sure you've installed VirtualBox and Vagrant.
Usage
TODO: How to use Pequod (tools included?)
Starting
Pequod offers three ways to build/start the vm:
- Default recommended
- Simply run
vagrant up
in the root dir of the project to get a default instance of the VM
- Simply run
- Local box
- Excute
vagrant --box_url=file:///path/to/box/file up
to use a box file on your local machine.
- Excute
- Hosted box somewhere other than vagrantcloud
- Execute
vagrant --box_url=http(s)://url.to.box/file up
- Execute
The options must preceed up
to avoid them being processed as args to up
.
Connect to the VM
Run vagrant ssh
and if all went well you'll get an ssh session as ahab
on the VM. Time to start whale hunting.
Troubleshooting
TODO: Common troubleshooting tips
FAQ
TODO: Common questions answered here. Tell people to make issues as well.