7 ms·
I never hear systemd-nspawn mentioned in these discussions. It ships and integrates with systemd and has a decent interface with machinectl. Does anyone use it?
by sickygnar 5y ago
I never hear systemd-nspawn mentioned in these discussions. It ships and integrates with systemd and has a decent interface with machinectl. Does anyone use it?
- numlock86 5y ago> I never hear systemd-nspawn mentioned in these discussions. It ships and integrates with systemd and has a decent interface with machinectl. I couldn't have said it better. And yes, I use it. Also in production systems.
- goombacloud 5y agoThe big missing feature that's lacking is to pull Docker images and run them without resorting to hacks.
- goombacloud 5y agosearched and found this: https://raw.githubusercontent.com/moby/moby/master/contrib/download-frozen-image-v2.sh https://raw.githubusercontent.com/moby/moby/master/contrib/d...
- leephillips 5y agoThat’s what I use whenever I need a container. So simple and flexible.