We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to deploy Patrowl with pre-configured engines I get an error deploying:
pieter@supersecretstation:~/PatrowlManager$ docker-compose -f docker-compose.with-engines.yml up patrowl-nmap is up-to-date Starting patrowl-owl_dns ... patrowl-postgres is up-to-date Starting patrowl-owl_dns ... error Starting patrowl-rabbitmq ... done Starting patrowl-django ... ERROR: for patrowl-owl_dns Cannot start service engine-owl_dns: OCI runtime create failed: container_linux.go:367: star Starting patrowl-django ... done Starting patrowl-nginx ... done ERROR: for engine-owl_dns Cannot start service engine-owl_dns: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "gunicorn": executable file not found in $PATH: unknown ERROR: Encountered errors while bringing up the project.
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered:
I got it running by building engine-owl_dns container locally.
Clone https://github.com/Patrowl/PatrowlEngines Use Dockerfile under engines/owl_dns
Sorry, something went wrong.
No branches or pull requests
When I try to deploy Patrowl with pre-configured engines I get an error deploying:
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: