Hi
I am trying to create lxc ubuntu container or Arch
I have a feeling I am missing something.
I done all the set up of etc/subuid and subgid and added them to ~/.config/lxc/defoult.config
I done the
$systemd-run --unit=myunit --user --scope -p "Delegate=yes" -- lxc-start myFirstContainer
and I get
lxc-start: myFirstContainer: tools/lxc_start.c: main: 266 No container config specified
in the checkconfig few line have red next to them
Cgroup v1 systemd controller: missing
Cgroup v1 freezer controller: missing
and few in orange/brown
CONFIG_NF_NAT_IPV4: missing
CONFIG_NF_NAT_IPV6: missing
so I am not sure what next?
Any advise will be greatfully accepted.
Thanks
p.s
I was not clear from the documentation what unit=my-unit is doing nor what should I replace the my-unit with
thank you again