An Ubuntu sandbox for experimentation and proof of concepts.
This project uses the vagrant-parallels provider by default. Install it via:
vagrant plugin install vagrant-parallelsTo see how to run an alternative provider, use the help function:
./start.sh --helpIf you want to gVisor as the docker runtime after starting the VM, use the following. Note This is only supported on Intel-based systems.
docker run -it --runtime=runsc --rm alpineThe below configuration is NOT a complete solution to anonymizing your traffic. Use at your own risk.
If you'd like to anonymize your traffic from inside the sandbox there is a Tor socks proxy that should already be running. See the following examples:
source torsocks on
echo ". torsocks on" >> ~/.bashrc