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?

  • Krafting@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    5 months ago

    Portainer and Cockpit if you want to run VM (it also manage container but only with podman)

    • hperrin@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 months ago

      Cockpit looks interesting. It’s got a lot of features I normally do with terminal commands, but the VM manager stuff looks like what I’m looking for.

  • indigomirage@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    5 months ago

    Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.

    It’s not perfect of course.

    • indigomirage@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 months ago

      Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying.

  • Moonrise2473@feddit.it
    link
    fedilink
    English
    arrow-up
    7
    ·
    5 months ago

    I tried portainer and it was overkill for my usage, too much overhead and too many features that I don’t need.

    Right now I’m using ajenti 2, which shows memory and CPU usage for the docker containers in the web page

  • MigratingtoLemmy@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 months ago

    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

    • CapillaryUpgrade@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 months ago

      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!

    • RBG@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 months ago

      Thanks for mentioning Dockge, hadn’t heard of it yet. Already use portainer but it seems a bit overkill for me and my few containers. Will try Dockge.

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    5 months ago

    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]

  • garibaldi@startrek.website
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    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

    • hperrin@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 months ago

      Nothing. I’ve been using SSH. I’d like to have both options, SSH and a web UI.