Cannot launch linux container

so I run this command and got this error
lxc launch demo ubuntu:20.04 -c security.nesting=true
Error: The remote isn’t a private LXD server

Hi @Zikou,
You can try with that command, change the name of the container and the remote image server, like this.

lxc launch ubuntu:20.04 demo -c security.nesting=true

Regards.

Thanks it worked