9
submitted 7 months ago* (last edited 7 months ago) by ULS@lemmy.ml to c/selfhosted@lemmy.world

I am going to redo my server from scratch. I installed virt-manager hoping to build it in there and keep setup guide/notes for myself for when i move it to the server pc.

Im not fluent in linux speak so bare with me.

Does anyone know how I can reach the proxmox IP when its in a vm set up with virt-manager? I installed it with the default network adapter setting and it gave me 10.0.2.15 for the ip. I couldnt reach it from the main system or a debian vm. I deleted both the proxmox and debian vm's and will try again. Should I be using a different network mode in virt-manager? is it even possible to do what im trying to do?

I want to try out using proxmox with a debian vm instead of baremetal omv for docker. I was also thinking about using a VM of omv for my storage drives.

anyone have input on this stuff? I saw docker has a desktop app that seems pretty good so I was going to try that. Or would it be better to just install debian without a DE and use docker from the command line?

should i just use debian for the drive shares too? should i stick with smb?

does it even make sense for me to use proxmox? I figured it would be easier for me (personally) to keep things backed up. I like the idea of being able to create new vm's to experiment with without breaking my main/only server.

Thanks

top 9 comments
sorted by: hot top controversial new old
[-] Voroxpete@sh.itjust.works 7 points 7 months ago* (last edited 7 months ago)

Unfortunately Proxmox doesn't use libvirtd, so Virt-Manager doesn't interact with it. It's designed entirely around using the web interface.

Your options here are to either stick with Proxmox without Virt-Manager, or use straight KVM. If you want a web interface for KVM, there's Cockpit, which is pretty decent for most basic tasks, but definitely a little lacking in advanced features, so you'll end up going to Virt-Manager for stuff like modifying virtual hardware. I think you can also use OpenStack as a web interface, but I've never played around with it myself.

Honestly, if you're a little newer to Linux I would probably stick with Proxmox, as it's a very well designed purpose built hypervisor.

For Docker, you'll want to deploy a VM and then setup Docker within the VM. Never run Docker from your hypervisor, it likes to fuck with IPtables in ways that break VM networking.

[-] r036@lemmy.world 4 points 7 months ago

Seems like you’re nesting virtualization too much. Stick with 1 level of virtualization. If it’s a server, I’d use proxmox on bare metal. Its a server so split services per VM/container. Install OMV on its own VM. Another for docker, with docker services ran by a non root user.

[-] TechAdmin@lemmy.world 3 points 7 months ago* (last edited 7 months ago)

Sounds like bridge mode is needed for the vm's network interface in virt.

I would say proxmox ve is easier to start with.

[-] toma@lemmy.omat.nl 2 points 7 months ago* (last edited 7 months ago)

Install the proxmox iso directly on the hardware. Then setup a Debian without DE in a vm to run docker. Use Portainer to manage Docker containers.

Storage can then be assigned via Proxmox to the vm’s that need it.

[-] Voroxpete@sh.itjust.works 3 points 7 months ago

Excellent suggestion, although I would look at using Dockge instead of Portainer these days. It's very new and a little more feature limited, but it does a much better job of actually explaining how and why things are failing. If you're new at Docker then Portainer is a nightmare because all it does is scream "WRONG" and then storm off if you so much as put a single typo.

[-] prenatal_confusion@lemmy.one 1 points 7 months ago

Perfect description of my experiences with portainer. I didn't know about dockge and it looks very promising! Thanks

[-] SheeEttin@lemmy.world 2 points 7 months ago

This is what I do, but with alma instead of debian.

Proxmox can run containers directly, but I haven't tried it yet.

[-] Voroxpete@sh.itjust.works 1 points 7 months ago

Pretty sure Proxmox only supports LXC containers, not OCI

[-] k_rol@lemmy.ca 1 points 7 months ago* (last edited 7 months ago)

You could install docker with proxmox, it's just debian after all, then you could install portainer to visualize them. I just don't think it's a good practice to install docker directly on a hypervisor, too much risk to screw something up and then you may need to reinstall everything affecting all other VMs.

You could however install docker on a lxc. Not the easiest approach but less risky.

Edit: or Dockge in your case

this post was submitted on 29 Nov 2023
9 points (90.9% liked)

Selfhosted

37809 readers
493 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS