Hello
I want using sudo on a script which use many lxd/lxc commands to create a lxd project and launch containers on it (ansible development hosts as lxc containers). But Iām not sure is a good practice to run all lxd/lxc commands as a sudo user. I have the possibility to use runuser on each of them to fix this problem.
But is it a problem Do you think is not a good thing to run lxc commands using sudo ?