Is it possible to pass multiple config options to lxd launch --config?

Going to through lxc manpage, there isn’t any clear way I can specify more than one config option to --config? Does it only accept one value?

lxc launch image name --config='config.1=opt1,config.2=opt2'

Cheers

Just pass it multiple times.

1 Like

Ahh, thanks!

Cheers