LXC-Web-Panel
LXC-Web-Panel copied to clipboard
Container Commands (Advanced)
If I do a "-a i386" the config file still says lxc.arch = amd64
Is that right.
Ever figure this out? I am starting to think this project has been abandoned. No documentation for what format the container commands should be.
It is fixed here https://github.com/lxc-webpanel/LXC-Web-Panel/pull/29 You can wait til it's merged or fork and merge by yourself
sergey, how about some docs on how its actually supposed to work? i have no idea what the syntax should be and what all options i can set.
In basic there you can place any parameters for selected template - check output of:
lxc-create -t ubuntu -h
Just put '--arch i386 --release lucid --trim' string into input to get minimal Ubuntu Lucid container.
After merging #29 of couse.