Determine whether a specific LXC API extension is available in this build.
Extension names are stable strings such as "container_snapshot_comments",
"mount_injection", or "seccomp_notify".
Parameters
extension: string
{string} Extension name to test.
Returns boolean
true if the extension is available, false otherwise.
Determine whether a specific LXC API extension is available in this build. Extension names are stable strings such as
"container_snapshot_comments","mount_injection", or"seccomp_notify".