How I can run gatus without containers? #750
-
I tried to run the gatus binary but I couldn't find the comand line options and there is no help option . Also I couldn't find any docs related to it. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Well, the container itself is documented via the Dockerfile ... |
Beta Was this translation helpful? Give feedback.
-
Currently, binaries are not published alongside Gatus releases as Gatus is intended to be run as a Docker container, but if you really want to run it as a binary, you'll have to build the binary yourself, which means you'll need to install Go, clone this repository and run the command provided in https://github.com/TwiN/gatus#installing-as-binary |
Beta Was this translation helpful? Give feedback.
-
Thank you , I used go to build it as a binary and it worked . |
Beta Was this translation helpful? Give feedback.
Currently, binaries are not published alongside Gatus releases as Gatus is intended to be run as a Docker container, but if you really want to run it as a binary, you'll have to build the binary yourself, which means you'll need to install Go, clone this repository and run the command provided in https://github.com/TwiN/gatus#installing-as-binary