我正在使用 LXC 容器,我想在创建容器时更改默认用户,我尝试
lxc-create -t ubuntu -n ct1 -- -u user -p password
但这只适用于“Ubuntu”,如果我尝试使用 debian 或 fedora 或“下载”,我会收到错误
getopt: invalid option -- 'u'
Template specific options can be passed to lxc-create after a '--' like this:
lxc-create --name=NAME [-lxc-create-options] -- [-template-options]
我也在某处看到过我可以在lxc-ubuntu.conf但我想为我创建的每个容器指定不同的用户名和密码