In-reply-to » @prologic , GoNix ponderances: If Docker runs, would non-GoNix-compatible apps run successfully in said Docker containers? is go-capnp something that would run in GoNix, considering I believe the Go side is just the bindings?

@ocdtrekkie@twtxt.net Right now (as of this moment) there is no defined “GoNix compatible” term as such. GoNix has no libc however, so the only binaries that will run are statically linked binaries.

That being said, we are building a lightweight container runtime that will be compatible with OCI images (ala Docker images) and I would fully expect most Docker/OCI images to “just work”™.

⤋ Read More