Skip to content
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

Docker image and Kubernetes example #3

Closed
gg7 opened this issue Jul 20, 2017 · 2 comments
Closed

Docker image and Kubernetes example #3

gg7 opened this issue Jul 20, 2017 · 2 comments

Comments

@gg7
Copy link

gg7 commented Jul 20, 2017

Could you please

  1. Create a Docker image on dockerhub
  2. Add an example of using said docker image with Kubernetes

Thanks!

@gjcarneiro
Copy link
Owner

I don't think creating a yacron image in dockerhub is useful. Normally you want yacron to run some of your code. Creating a docker image with only yacron will only be able to run basic shell commands and nothing more. Only adding yacron to an existing (possibly private) docker image makes sense to me, so publishing to docker hub is a lot of work and no practical utility.

I added an example and instructions to build. Should be fairly obvious how to adapt the build instructions to work with any docker image.

@ToshY
Copy link

ToshY commented Apr 6, 2023

It has been 5 years since this issue was closed, but nowadays it has become pretty straightforward to publish to Docker Hub with Github actions, so it's no longer "a lot of work".

My use case (or "practicual utility") is quite simple: I just want to test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants