我正在尝试在 Linux 文件系统的完整副本上使用 systemd-nspawn:
我整理了我的文件系统,除了/opt:
cd /
tar -cvpzf /opt/test/rootfs.tar --exclude=/opt/ --one-file-system /
我将其解压到/opt/test/下:
cd /tar/test/
tar -xvf rootfs.tar
当我尝试 systemd-nspawn 时,出现以下错误:
root@testbox:/opt/test# systemd-nspawn -D .
Spawning container test on /opt/test.
Press ^] three times within 1s to kill container.
Container test failed with error code 1.
有什么建议吗?或者有没有什么方法可以让我更详细地了解这个错误?
答案1
安装systemd
和dbus
容器内部对我来说是有用的。