systemd-nspawn

경량 컨테이너에서 명령이나 운영 체제를 실행. 더 많은 정보: https://www.freedesktop.org/software/systemd/man/latest/systemd-nspawn.html.

systemd-nspawn --directory {{경로/대상/컨테이너_루트}}

systemd-nspawn --boot --directory {{경로/대상/컨테이너_루트}}

systemd-nspawn --directory {{경로/대상/컨테이너_루트}} --as-pid2

systemd-nspawn --machine={{컨테이너_이름}} --hostname={{컨테이너_호스트}} --directory {{경로/대상/컨테이너_루트}}