You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: