HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lxc-checkconfig — Check a kernel for LXC support. More information: <https://linuxcontainers.org/lxc/getting-started/>

Submitted by: @import:tldr-pages··
0
Viewed 0 times
supportcommandclilxc-checkconfigcheckforlxckernel
linux

Problem

How to use the lxc-checkconfig command: Check a kernel for LXC support. More information: <https://linuxcontainers.org/lxc/getting-started/>.

Solution

lxc-checkconfig — Check a kernel for LXC support. More information: <https://linuxcontainers.org/lxc/getting-started/>.

Check the current kernel for LXC support:
lxc-checkconfig


Check any kernel for LXC support:
CONFIG=/{{path/to/configuration}} lxc-checkconfig

Code Snippets

Check the current kernel for LXC support

lxc-checkconfig

Check any kernel for LXC support

CONFIG=/{{path/to/configuration}} lxc-checkconfig

Context

tldr-pages: linux/lxc-checkconfig

Revisions (0)

No revisions yet.