bizdelnick
@bizdelnick@lemmy.ml
- Comment on Can I create/spin LXC with virt-manager or something similar? 1 week 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. - Comment on Can I create/spin LXC with virt-manager or something similar? 1 week ago:
virt-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? 1 week ago:
Yes, you can.
- Comment on Router Hardware: How Much Paranoia is Too Much? 4 weeks ago:
Do you really need OPNsense? Buying a OpenWrt capable router would save your money, place and silence.
- Comment on Docker in LXC vs VM 1 month ago:
Well, I don’t use proxmox, however docker coexists with libvirt and other virtualization systems. If there are overlapping networks that docker ant proxmox attempt to manage, they are configurable.
- Comment on Docker in LXC vs VM 1 month ago:
Snapshotting in docker is as easy as
docker commit
. After that you can back it up withdocker save
. Then move to another host, but not without downtime.However normally you need to backup/move only volumes attached to containers. If that’s not the way how you like to organize your services, you likely don’t need docker.
- Comment on Docker in LXC vs VM 1 month ago:
What’s the purpose of running container in a container? Why not install docker on your host machine?