- Why are we using Docker rather than installing WPScan and OWASP ZAP directly on our Vagrant box?
To simplify the deployment process; it is easier to deploy two containers than it is to install the support software stack for both tools
- True or false: pip is installed on our Vagrant box by default.
False
- What is the name of the Python module we need to install for Ansible Docker modules to function?
The docker module