Closed xakraz closed 7 years ago
Hello Xavier,
Thank you for contacting us. We'll look at this problem during next 2 weeks.
While we're working on this issue, you can use compiled docker images through the docker pull
command. Our docker hub link is https://hub.docker.com/r/crystalnix/omaha-server/
Best regards, Kirill
Hello @kyakovenko,
Thanks for your quick answer.
Is there some kind of a documentation were it explains how to run your image ?
Should the docker-compose.yml
file just work ?
Hello @xakraz,
Unfortunately, there is no a documentation in our repository explaining how to launch a docker image in a container.
There are two common ways:
docker run
command-line with a specific environment variables. More information you can find here: https://docs.docker.com/engine/reference/run/#/env-environment-variablesdocker-compose up
command-line. In this case it should use the docker-compose.yml
file and pull all required images from Docker Hub.Hello @kyakovenko ,
Thanks for your help.
By the way, I think that the tag stable
is not up-to-date to the latest tag of your code...
Have you any example or tips for a CoreOS update management usage ?
Hello @xakraz,
Thanks, I've removed the stable
tag. Instead of this, you can use the master
tag.
Unfortunately, we don't have any example for CoreOS because we don't use it.
Hello,
I am really interested by your omaha-server but I can not manage to get a running instance with docker-compose.
I have tried the dev branch and the tag 0.4.2 without any luck. Am I missing something ?
Sorry for such a noob question :D