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-parallels
To see how to run an alternative provider, use the help function:
./start.sh --help
If 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 alpine
The 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