Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add Vagrantfile to easily get started with tracee (aquasecurit…
…y#1017) This patch allows using Vagrant with VirtualBox or any compatible provider to bootstrap tracee project. It provisions Ubuntu 20.4 LTS with all dependencies to compile and run tracee. git clone https://github.com/aquasecurity/tracee.git cd tracee $ vagrant up && vagrant ssh vagrant@ubuntu-focal:~$ cd /vagrant && make vagrant@ubuntu-focal:/vagrant$ sudo ./dist/tracee-ebpf Signed-off-by: Daniel Pacak <[email protected]>
- Loading branch information