4 ms·
If Docker is in any way _required_, it's still a dealbreaker.
by veegee 3y ago
If Docker is in any way _required_, it's still a dealbreaker.
- callalex 3y agoDocker is never required by anything, it just makes communicating software dependencies simple and concise.
- javajosh 3y agoThat's an extremist view.
- c0balt 3y agoDocker 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. [0]: https://podman.io/ https://podman.io/ [1]: https://stackoverflow.com/questions/73961256/how-to-convert-docker-image-to-oci-format https://stackoverflow.com/questions/73961256/how-to-convert-... [2]: https://github.com/cri-o/cri-o/tree/main https://github.com/cri-o/cri-o/tree/main
- danderoo 3y agoYou like to have it signed by RMS personally? (Nothing against the FSF, but "dealbreaker" is a very relative concept.)