Closed edudemy closed 5 years ago
were you able to find a solution ? as i'm having the same issue when trying to deploy my gekko docker image to kubernetes
Don't use localhost prefere real IP and set a real Port, i think is "The PORT variable is not set" set it to 3000. It was not be "Serving Gekko UI on http://localhost:3000/" but Serving Gekko UI on http://IP:3000/ I have an docker who work well now :) with Environnement PORT:3000 If it doesn't work try to delete, download, make good environment IP & PORT and start, Why? : because it it wasn't good at 1st start the docker-entrypoint.sh wasn't work well after its faullty config, Solution: you can change before compose on Dockerfile
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you feel this is very a important issue please reach out the maintainer of this project directly via e-mail: gekko at mvr dot me.
I'm submitting a ... [x] bug report [ ] question about the decisions made in the repository
Action taken (what you did) Installing Git Master Gekko using Docker # $ docker-compose build $ docker-compose up -d
Expected result (what you hoped would happen) gekko instance running on localhost:3000.
Actual result (unexpected outcome)
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)
Maybe this is something very basic, the web UI loads up in the background but the above error pops up saying the websocket is unable to connect.
Attaching Docker Logs
Any pointers on how to solve this would be helpful. I'm running docker on Mac OS X.