You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're interested in containerizing various workflows of our development into containers (not VMs!). But a lot of solutions we're using are reliant on systemd. This on the other hand has dependencies which are not natively covered by Docker.
https://github.com/nestybox/sysbox solves this dilemma and would enable far more capable (more native-like) Distroboxes while still leveraging the lightweightness of containers.
One could launch an almost native-like container inside a Distrobox.
It has a strong isolation still which would also help with #28
The text was updated successfully, but these errors were encountered:
@qdrop17
With the latest commit, using --unshare-all --init will provide an isolation quite similar to what sysbox or lxc does
Let me know if there is missing stuff!
We're interested in containerizing various workflows of our development into containers (not VMs!). But a lot of solutions we're using are reliant on systemd. This on the other hand has dependencies which are not natively covered by Docker.
https://github.com/nestybox/sysbox solves this dilemma and would enable far more capable (more native-like) Distroboxes while still leveraging the lightweightness of containers.
One could launch an almost native-like container inside a Distrobox.
It has a strong isolation still which would also help with #28
The text was updated successfully, but these errors were encountered: