@zvyn you just have one major component less on your system, this allows a vanilla OS + the nspawn executables to provide containers. You're not dependend on another company but a well established project with long term maintenance track record.
phileas@infosec.exchange
@phileas@infosec.exchange
Posts
-
did u know, #systemd can now run #docker images natively, kinda -
did u know, #systemd can now run #docker images natively, kinda@mattiasb v260
-
did u know, #systemd can now run #docker images natively, kindadid u know, #systemd can now run #docker images natively, kinda
it's really nice
just needs two commands:
sudo importctl --class=machine pull-oci docker.io/library/alpine:latest alpine
sudo systemd-nspawn -M alpine /usr/bin/env sh -l
thank you @pid_eins, I've spent several days/weeks in the past implementing this myself with hoops calling system-nspawn with my own docker layer overlayfs/bindmounts. Really hyped replacing this with that work.