[Discussion] Implement support for other container runtimes #1888
Replies: 3 comments
-
|
Note: Systemd-Nspawn also supports OCI Images for a while now: https://www.phoronix.com/news/Systemd-Nspawn-OCI-Runtime Just for clarity. Also eases installation on a lot of distributions, since systemd is already installed. Though maybe some additional packages are needed (example: in debian systemd-container needs to be installed) |
Beta Was this translation helpful? Give feedback.
-
|
This would be rather interesting and useful considering its integration with systemd. As @Bubbelb pointed out, its already on numerous systems. |
Beta Was this translation helpful? Give feedback.
-
|
I would really like to see distrobox with bubblewrap. Compared to everything distrobox can currently run on (and everything else on this list), bubblewrap would be the least of a nightmare to bootstrap in many environments, being a C project with minimal dependencies. Even lilipod depends on Go and everything that brings with it. That said, the problem with this is equally evident: being a C project with minimal dependencies, bubblewrap is just a sandboxing tool and distrobox clearly would prefer its container runtime be able to work with OCI images natively, including ex. downloading them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Implement container runtime support in the following order:
Rationale:
Discussed with @89luca89. Self assigning
Beta Was this translation helpful? Give feedback.
All reactions