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
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 likedocker 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: