-
Notifications
You must be signed in to change notification settings - Fork 9
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 container #14
Comments
There might already be more but I did a trivial packaging of rctmon into a (multiarch) container image myself: https://github.com/sfudeus/docker_rctmon, to be found at docker.io/sfudeus/rctmon |
I'm not using docker myself and thus can't provide support for it, though I'd be fine with including an example Dockerfile somewhere. My preferred solution would be to add links to images to the documentation, e.g. to @sfudeus's. |
The problem with providing a docker image instead.of a docker file is that it need to be maintained. Not only if there are updates from rctmin, but also security patches of the base image and python. Regarding some deployment docs, I can also provide an example for a kubernetes deployment. |
Besides linking my image in Docker-Hub feel free to link my Github-Repo (https://github.com/sfudeus/docker_rctmon) for it as well, which of course contains a Dockerfile. Feel free to copy my Dockerfile here as well. |
Sidenote: Currently my docker image is already pointing to a PR-branch I did for rctmon, but in general this is supposed to point to master/main. I'll update the setup to be able to build these in addition to master. |
Hi,
I am working on a docker container running this project.
Before publishing this in a 2nd place I would like to ask if you are open to PRs around this topic.
Could be useful for others to have all the things in one place.
If not this is also OK and I will create a separate project.
Bye
Thomas
The text was updated successfully, but these errors were encountered: