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

Does not work in Docker #66

Open
ARTER616 opened this issue Jul 6, 2023 · 1 comment
Open

Does not work in Docker #66

ARTER616 opened this issue Jul 6, 2023 · 1 comment

Comments

@ARTER616
Copy link

ARTER616 commented Jul 6, 2023

Hi! I try to run it in docker using dockerfile from "docker" branch, it starts, but does not work. I tested it with PRET, it connects, but nothing happens when I try to execute commands. (If I run it just with python, everything is OK)

@sa7mon
Copy link
Owner

sa7mon commented Jul 9, 2023

Hi, I suspect the issue was that the Dockerfile in that branch did not specify a --bind parameter, so the server was only bound to the localhost interface of the container. I have tested and merged a new dockerfile just now that works.

Just make sure to map port 9100 if you are running PRET from a container on another network or from the docker host.

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