debootstrap
実行時に起動するディレクトリがある場合に内部でsystemd-nspawn
動作させるにはどうすればよいですかsystemd
?
$ sudo systemd-nspawn -D ./foo
Spawning container mschroot on /opt/foo.
Press ^] three times within 1s to kill container.
root@foo:~# systemctl
Failed to connect to bus: No such file or directory
手動で試してみると、mount --bind
他のエラーが発生します。
$ sudo mount --bind /proc /opt/foo/proc
$ sudo chroot /opt/foo/
root@x230:/# systemctl
Running in chroot, ignoring request.
起動したいこのchrootにサービスがインストールされていますか?
ベストアンサー1
systemd
コンテナ内の機能を使用するには、systemd-nspawn
いくつかの作業を行う必要があります。
dbus
あなたの容器に- 実際にコンテナを起動する必要があります。
systemd-nspawn --boot