Currently, to deploy a Knot, you have to build it from source, which means my Knot server has to be big enough to compile it.
As a user, I want to be able to pull a prebuilt Docker image down to my disk and run it with environment variables for config so I don't have to keep building it every time.
I don't think this would be too hard to implement, but I'd also recommend that in keeping with atproto-only services, Tangled could push images to http://atcr.io/, which is an atproto-based container registry.
It would also open up me being able to deploy it via Kubernetes like I do for my PDS :)
yeah, I had to build the image on my Macbook just so I could deploy it through my VPS -> https://hub.docker.com/r/indexxdev/knotserver
hope to see docker get some love eventually