this post was submitted on 10 Dec 2023
33 points (100.0% liked)
No Stupid Questions (Developer Edition)
921 readers
1 users here now
This is a place where you can ask any programming / topic related to the instance questions you want!
For a more general version of this concept check out [email protected]
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Linux distro is entirely irrelevant. Almost always, the distro is just a particular way of packaging things.
But also, assuming you're talking about "docker" containers (or rather, OCI containers), then no the OS running the container doesn't matter. That's the whole point of containers.
Also what do you mean exactly by "container engine"? Do you mean docker? Because "docker" containers can run on podman, kubernetes, etc