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

Suggestion: one shot docker container #18

Open
Xyolyp opened this issue Dec 28, 2023 · 1 comment
Open

Suggestion: one shot docker container #18

Xyolyp opened this issue Dec 28, 2023 · 1 comment

Comments

@Xyolyp
Copy link

Xyolyp commented Dec 28, 2023

I'd love to have this as a one shot docker container where the docker run command would include --rm for automatic removal of the container after running.

What are the benefits?

Users don't have to set up a ruby environment but can copy and paste a command like docker run --rm -v /path/to/input.knxproj:/config/input.knxproj -v /path/to/save/output/to/:/output laurent-martin/knxprojtohomeassistant, only change the paths on the host and the container would be created, doing it's thing and be removed without the user having to prepare anything.

If you don't have the time or knowledge how to set up a docker file for this I would be willing to do that and create a pull request for that. With GitHub actions the container could be automatically build and hosted in the GitHub container repository.

@laurent-martin
Copy link
Owner

laurent-martin commented Jan 4, 2024

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

2 participants