Create LXC container from debian image

From AcrodusWiki
Revision as of 14:55, 22 November 2024 by Alex (talk | contribs) (Created page with "Use the below command to create a new container from a debian image. <pre> sudo lxc-create -n webserver --template download -- --dist debian </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Use the below command to create a new container from a debian image.

sudo lxc-create -n webserver --template download -- --dist debian