Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| lxc_openwrt_host [2021/09/19 11:31] – [Example] gandalf | lxc_openwrt_host [2021/09/22 08:05] – [Setup on the OpenWRT host] darksky2 | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| < | < | ||
| - | Install the lxc packages | + | Install the core lxc packages: |
| - | < | + | < |
| - | Check the kernel config to see if anything required is missing: | + | FIXME: Note that getopt should be a package dependency, see: [[https:// |
| - | < | + | |
| + | Additional packages exist that can add functionality but that aren't strictly required. | ||
| + | < | ||
| + | |||
| + | FIXME: Note that until [[https:// | ||
| + | |||
| + | Edit ''/ | ||
| + | < | ||
| + | |||
| + | Optionally check the kernel config to see if anything required is missing: | ||
| + | < | ||
| + | # lxc-checkconfig | ||
| LXC version 4.0.5 | LXC version 4.0.5 | ||
| --- Namespaces --- | --- Namespaces --- | ||
| Line 175: | Line 186: | ||
| ==== Auto start the container on OpenWRT host ==== | ==== Auto start the container on OpenWRT host ==== | ||
| - | < | + | < |
| + | uci show lxc-auto | ||
| uci add lxc-auto container | uci add lxc-auto container | ||
| uci set lxc-auto.@container[-1].name=myLMS | uci set lxc-auto.@container[-1].name=myLMS | ||