feature: why doesn't katenary have a container? #153
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why isn't katenary packaged as a container?
This feels totally obvious to me, and I'm happy to contribute one.
But I don't always want to install things into my local environment, especially when it would be better/easier to run them as a cli inside of docker?
It could be, but that needs several things:
But actually, it is easy to package and I plan to propose it. Katenary is entirely made in Go and has no C dependencies.
Made in #158 - release https://github.com/Katenary/katenary/releases/tag/3.0.0-rc6 indicate the package. It resides in https://github.com/Katenary/katenary/pkgs/container/katenary
Thanks a lot for the idea. I will document the usage later.