Arquivos

LXD – Profiles

Comandos # lxc profile list# lxc profile show default# lxc profile copy default production# lxc profile edit production# lxc profile set production environment.EDITOR vim# lxc profile set production boot.autostart true# lxc profile add debian12 production# lxc profile remove debian12 production# lxc launch 1u1u1u1u1u1 rockylinux9-2 -p producition

LXD – Profiles Read More »

LXD – Snapshots

Comandos # lxc snapshot debian12# lxc snapshot debian12 nome-snapshot # lxc restore debian12 nome-snapshot# lxc delete debian12/snap0# lxc info debian12# lxc copy debian12/snap0 debian12-2 Arquivos e Configurações /var/lib/lxd/snapshots/

LXD – Snapshots Read More »

LXD – Manipulando Containers

Comandos Configurações# lxc info debian12# lxc config show debian12# lxc config edit debian12# lxc config get debian12 boot.autostart# lxc config set debian12 boot.autostart=false# lxc config set debian12 limits.memory 20%# lxc config unset debian12 limits.memoryExecução de Comandos# lxc exec rocky9 — /bin/bash# lxc exec debian12 — apt install vim -yManipulação de Arquivos# lxc file edit debian12/etc/profile#

LXD – Manipulando Containers Read More »

LXD – Imagens e Containers

Comandos Repositórios# lxc remote list# lxc remote remove images# lxc remote add images https://images.canonical.com –protocol=simplestreamsImagens# lxc image list images:# lxc image list images: os=Debian release=bookworm arch=amd64# lxc image list images: d rocky# lxc image copy ubuntu:22.04 local: –alias ubuntu-22.04# lxc image export 123456789 ./Criando e Gerenciando um Container# lxc launch images:debian/12 debian12# lxc launch images:alpine/3.19

LXD – Imagens e Containers Read More »

LXD – Instalação

Comandos Instalação Ubuntu# snap install lxd # snap install lxd –channel=5.0/stable (informar uma versão específica)Instalação Debian# apt install lxdInstalação Red Hat e Afins https://snapcraft.io/install/lxd/rhelConfiguração do Usuário# usermod ricardo -aG lxdInicialização do Ambiente# lxd initVerificação# systemctl status lxd Arquivos e Configurações Diretório Principal/var/lib/lxd/Diretório Logs/var/log/lxd/

LXD – Instalação Read More »