This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
public:techstuff:lxc [2015/07/05 11:12] – created nathan | public:techstuff:lxc [2020/04/25 13:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Create a generic ubuntu lxc ===== | ===== Create a generic ubuntu lxc ===== | ||
- | sudo lxc-create --name | + | sudo lxc-create --name |
+ | ===== List lxc ===== | ||
+ | sudo lxc-ls -f | ||
+ | |||
+ | ===== Start an existing lxc ===== | ||
+ | |||
+ | sudo lxc-start -n zapp -d |