LXC
Linux Containers (LXC)🔗
= ("[Website](" + this.url + ")")
| = ("[Documentation](" + this.docs + ")")
| = ("[Source](" + this.source + ")")
LXD🔗
Daemon acting as hypervisor
1 |
|
and go through setup process
- LXD clustering: connect multiple LXD instances on network
- storage pool: required for images etc.
no
to using empty partition/disk will create loop device- MaaS (Metal as a Service) server: infrastructure management tool
- network bridge: required to give containers network access
LXC🔗
1 2 3 |
|
Config🔗
- Default Configuration Directory:
/etc/lxc/lxc.conf
- Container-Specific Configuration Files:
/var/lib/lxc/my-container/config
- User Containers (Unprivileged Containers):
~/.local/share/lxc/my-container/config
Images🔗
- sources are called remote
1 |
|