mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 15:43:34 +00:00
18 lines
371 B
Plaintext
18 lines
371 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|