Open mcMoneySack opened 7 months ago
Hi @mcMoneySack, I stumbled upon the same issue today and just pushed a fix as well as proper formatted PDFs.
You need to update your local repository copy and either destroy and re-create the VMs (vagrant destroy -f ; vagrant up
) or update them (vagrant rsync ; vagrant provision
).
Hope this works for you! 🙂
Hi,
I attended the workshop and now I try to build the environment on my server.
When I start "vagrant up" I get the following error:
TASK [Start OpenVAS] *** fatal: [controller]: FAILED! => {"changed": false, "cmd": "docker-compose up -d", "msg": "[Errno 2] No such file or directory: b'docker-compose': b'docker-compose'", "rc": 2, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
FYI: I downloaded & used the zip file.
Any guess what's up? THX in advance