At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.
I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.
What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.
I’ve heard of Portainer, but haven’t had any experience with it.
What are your suggestions, and why do you recommend them?
With docker containers I’ve moved from portainer to dockge. It lets you see the birds eye view, but also lets you directly edit the compose file from the UI. I haven’t been using it very long, but so far I like it.
You will need to find something else for vms though. I use proxmox.
Looks interesting. How does it compare to portainer stacks?
It’s a bit simpler than portainer, but I appreciate being able to edit the docker compose file directly rather than trying to find all the right buttons in portainer.
Might give it a look, the UI for portainer is frustrating but I mostly use the stacks.
If you’re running a compatible OS (Debian will work), cockpit for VMs and whatever you like for containers.
Or just do everything on the command line like us crusty system admins
Cockpit is great.
It’s pretty simplistic. It gives you an overview of your system ressources and handles libvirt VMs and Docker (i think. I used it with Podman, but in this context both should work).
My impression was that the container and VM interfaces were pretty simple, and I wouldn’t have liked it as my main interface for those services, but it would be perfect for getting an overview and restarting them!
I don’t think it can natively do VMs but I’m using CapRover to deploy Docker images on my server
What about incus, the LXD fork, with the webui? Incus is so simple/logical for managing both VMs and containers (and you can run docker inside of them) and the webui lets you manage it from a browser if desired
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters LXC Linux Containers SSH Secure Shell for remote terminal access ZFS Solaris/Linux filesystem focusing on data integrity k8s Kubernetes container management package
4 acronyms in this thread; the most compressed thread commented on today has 11 acronyms.
[Thread #464 for this sub, first seen 29th Jan 2024, 16:55] [FAQ] [Full list] [Contact] [Source code]
What’s wrong with ssh?
Nothing. I’ve been using SSH. I’d like to have both options, SSH and a web UI.
The answer is proxmox, not portainer
Proxmox doesn’t manage docker, it wouldn’t do anything for OP.
Proxmox does VMs and containers (LXC). You can run any docker / podman manager you want in a container.
Benefits of having Proxmox as the base is ZFS / snapshoting and easy setup of multiple boot drives, which is really nice when one drive inevitably fails 😏
Yes but Proxmox doesn’t manage docker, OP wants a webUI to see all their docker containers.
I agree running Proxmox as a base OS is the way to go, but you’ll still need Dockge, Portainer, etc to have a webUI for docker stuff.