Files
cmp-docs/docs/linux/fedora-incus.md
T
2026-07-14 00:41:38 +03:00

425 B

Fedora incus

Create

incus launch images:fedora/44 fc-test -d eth0,hwaddr=00:16:3e:00:09:XX -d eth0,host_name=vethXX
# incus config device set fc-test eth0 hwaddr 00:16:3e:00:09:XX

Enter

incus shell cont-name

Install packages

dnf install bc git jq mc openssh-server tmux net-tools ncurses-term cmp-profile
systemctl disable --now sshd.socket && systemctl enable --now sshd