Skip to content
New issue

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

gunicorn not found in $PATH when deploying Docker #37

Open
pieterhouwen opened this issue Sep 13, 2022 · 1 comment
Open

gunicorn not found in $PATH when deploying Docker #37

pieterhouwen opened this issue Sep 13, 2022 · 1 comment

Comments

@pieterhouwen
Copy link

pieterhouwen commented Sep 13, 2022

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?

@okazdal
Copy link

okazdal commented Jan 19, 2023

I got it running by building engine-owl_dns container locally.

Clone https://github.com/Patrowl/PatrowlEngines
Use Dockerfile under engines/owl_dns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants