2
실행중인 LXC 내에서 명령 실행
일반 Linux 초기화를 거치지 않고 기존 lxc 내에서 명령을 실행하고 싶습니다. lxc-execute명령은 추측하는 것이지만 기존 테스트 lxc 에서이 명령을 실행할 때 다음 오류가 발생합니다. sudo lxc-execute -n test -- service apache2 start 다음과 같은 오류가 발생합니다. lxc-execute: Failed to find an lxc-init lxc-execute: invalid sequence number 1. expected 4 lxc-execute: …