Quiero ejecutar un comando dentro de un lxc existente sin pasar por el init de Linux normal. lxc-execute
Supongo que el comando es para eso, pero aparece el siguiente error cuando ejecuto este comando en mi prueba lxc existente.
sudo lxc-execute -n test -- service apache2 start
Me sale el siguiente error:
lxc-execute: Failed to find an lxc-init
lxc-execute: invalid sequence number 1. expected 4
lxc-execute: failed to spawn 'test'