Comment on Can I create/spin LXC with virt-manager or something similar?
bizdelnick@lemmy.ml 2 weeks agovirt-manager is able to work wit lxc. Add a new connection of type Libvirt-LXC.
Comment on Can I create/spin LXC with virt-manager or something similar?
bizdelnick@lemmy.ml 2 weeks agovirt-manager is able to work wit lxc. Add a new connection of type Libvirt-LXC.
iturnedintoanewt@lemm.ee 2 weeks ago
Yup! I got that far. But when I try to create a new VM/container using LXC instead, I’m prompted for an URI. i have no idea what I’m supposed to enter there. In Proxmox it just downloads the templates itself from its own repository, but i have no idea what I’m supposed to input here. I didn’t find any guide about this :(
bizdelnick@lemmy.ml 2 weeks ago
It asks for a path to a root directory of a bootstraped container. You can create it with
debootstrap
,rinse
,pacstrap
,alpine-chroot-install
,virt-bootstrap
etc.iturnedintoanewt@lemm.ee 2 weeks ago
Thank you for the information! Since Proxmox does this by itself with those templates it uses, I never did this process. I guess I’ll check some guide…thanks a lot!