lxc

Examples

lxc-create --name fedora42-container --template download -- --dist fedora --release 42 --arch amd64 --variant default

... creates container called fedora42-container for amd64, variant - default



/usr/bin/lxc-start -n fedora42-container

... starts / activates the container



/usr/bin/lxc-attach -n fedora42-container

... attaches the container

2026-04-11 12:29:09

minicms - © 2020-2026 Simeon Simeonov