lxc-lxd

Manage LXC, LXD, and Incus system containers via command-line interface.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill lxc-lxd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lxc-lxd
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/lxc-lxd
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill lxc-lxd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex task of managing Linux system containers (LXC, LXD, and Incus), allowing users to easily launch, configure, and maintain containerized environments.

Core Features & Use Cases

  • Container Lifecycle Management: Launch, stop, restart, delete, and copy containers.
  • Resource Control: Set CPU, memory, and disk limits for containers.
  • Networking & Storage: Configure network bridges, storage pools, and attach persistent volumes.
  • Use Case: Deploy a new Ubuntu 24.04 container, allocate it 2 CPU cores and 2GB of RAM, and configure a network bridge for external access.

Quick Start

Launch an Ubuntu 24.04 container named 'my-test-container' using the lxc-lxd skill.

Frequently Asked Questions about lxc-lxd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage LXC and LXD system containers from the command line?

You can manage LXC and LXD system containers by launching, stopping, restarting, and deleting instances. This skill provides comprehensive command-line administration for containerized Linux environments.

How do I allocate CPU and memory limits to an Incus container?

To allocate resources to an Incus container, you can set specific CPU, memory, and disk limits. This skill supports resource control to define hardware constraints for your system containers.

Can I configure network bridges and storage pools for Linux containers?

Yes, you can configure network bridges and storage pools for Linux containers. The skill enables networking setup for external access and storage operations to attach persistent volumes.

What is the best way to deploy an Ubuntu 24.04 container with LXD?

The best way to deploy an Ubuntu 24.04 container with LXD is by launching a new instance and allocating resources. You can configure network bridges and set CPU or RAM limits during deployment.

Do I need prior system administration experience to use LXC and Incus?

You need basic Linux system administration knowledge to use LXC and Incus effectively. The skill simplifies complex management tasks but operates through a command-line interface for container configuration.