-
Notifications
You must be signed in to change notification settings - Fork 299
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
Gentle not working in ubuntu #237
Comments
I was having a similar issue until I ran |
#257 DONE |
according to the DockerFile of gentle it says EXPOSE 8765. |
Hi Sir,
I need Gentle in Ubuntu 18.04.2 LTS.I have "Docker version 18.09.7, build 2d0083d".
So, I downloaded the code from git hub("https://github.com/lowerquality/gentle.git").
later I opened the treminal whre gentle folder is available.After that I gave below command.
"docker run -p 127.0.0.1::8765 lowerquality/gentle"
I got below msg in terminal
lowerquality/gentle
INFO:root:gentle 0.10.1
INFO:root:listening at 0.0.0.0:8765
INFO:root:SERVE 8765, 0.0.0.0, 1
INFO:root:about to listen
INFO:root:listening
Now server listening, but from browser I type the 0.0.0.0:8765 command I am getting below error
"This site can’t be reached 0.0.0.0 refused to connect.
Search Google for 1865
ERR_CONNECTION_REFUSED"
Coluld you please provide the procedure to run the gentle in ubuntu
Regards,
Swathi.
The text was updated successfully, but these errors were encountered: