Docker is not magic, just extract the contents an OCI image[1] and run it with your favorite container runtime, like cri-o[2]. Or use the docker or OCI inage with podman[0].
And if containers are the problem then unpack the image into it's contents, take the binary, relink it and run it on bare metal.
And if containers are the problem then unpack the image into it's contents, take the binary, relink it and run it on bare metal.
[0]: https://podman.io/ [1]: https://stackoverflow.com/questions/73961256/how-to-convert-... [2]: https://github.com/cri-o/cri-o/tree/main