I need to run LXC Ubuntu container on my embedded board(ARM64).I used following command to create a ubuntu container. lxc-create -n ubuntu01 -t /usr/share/lxc/templates/lxc-ubuntu --lxcpath=var/lib/lxc. But when i execute the above command it shows some error as follows ERROR:'debootstrap' command is missing lxc-create: lxccontainer.c: create_run_template: 1290 container creation template for ubunt01 failed
lxc-create: lxc_create.c: main: 316 Error creating container ubunt01
Required informations: Kernel version:4.9.0 LXC version:2.0.0
Tried to execute as unprivileged container, but there is no change in the result.And before trying to execute on board, I have successfully created and executed the it on my linux machine.