Jerry Londergaard

Results 2 comments of Jerry Londergaard

Did you install the dependencies? You're missing `qemu-img` so I'm guessing not. For Fedora try: ``` sudo dnf install -y btrfs-progs git go iptables libselinux-utils polkit qemu-img systemd-container ``` For...

So looking further, it seems to be a problem with the way that `systemd-nspawn` is being launched. For example when running `systemd-nspawn` directly under `systemd-run` it works fine, but when...