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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Currently Gaurun does not have a way to deploy via Docker.
We run Kubernetes and as such all deployments are container driven.
It would be nice to have a docker image to ease adoption, upgrades and developer experience.
For example, we code on windows, but deploy on Linux (using containers).
Currently there is no windows binary to run.
Whereas it would be great to simply run:
docker run -d mercari/gaurun:v0.10.0 \
-p 1056:1056 \
-v conf:/conf
Which works across all platforms!
I am able to help with creating a minimalist Dockerfile with configuration via Environment Variables. (As I need to do it anyway for our internal deployment)
The text was updated successfully, but these errors were encountered:
Currently Gaurun does not have a way to deploy via Docker.
We run Kubernetes and as such all deployments are container driven.
It would be nice to have a docker image to ease adoption, upgrades and developer experience.
For example, we code on windows, but deploy on Linux (using containers).
Currently there is no windows binary to run.
Whereas it would be great to simply run:
Which works across all platforms!
I am able to help with creating a minimalist Dockerfile with configuration via Environment Variables. (As I need to do it anyway for our internal deployment)
The text was updated successfully, but these errors were encountered: