Comment by nxobject
7 hours ago
I'm surprised Docker is the recommended way to run the application – it seems like a lot of hidden magic relative the ~800 actual lines of Go, and given that the resulting keypair is saved outside the container.
7 hours ago
I'm surprised Docker is the recommended way to run the application – it seems like a lot of hidden magic relative the ~800 actual lines of Go, and given that the resulting keypair is saved outside the container.
Great point - I wrote a docker wrapper for convenience ultimately but you’re right, I’ll rewrite the readme with that in mind.