LXC-Web-Panel icon indicating copy to clipboard operation
LXC-Web-Panel copied to clipboard

Container Commands (Advanced)

Open stuartnaylor opened this issue 12 years ago • 4 comments

If I do a "-a i386" the config file still says lxc.arch = amd64

Is that right.

stuartnaylor avatar Jul 25 '13 16:07 stuartnaylor

Ever figure this out? I am starting to think this project has been abandoned. No documentation for what format the container commands should be.

MACscr avatar Aug 27 '13 05:08 MACscr

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-dryabzhinsky avatar Aug 30 '13 06:08 sergey-dryabzhinsky

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.

MACscr avatar Aug 30 '13 06:08 MACscr

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.

sergey-dryabzhinsky avatar Aug 30 '13 06:08 sergey-dryabzhinsky