A soup.

  • 3 Posts
  • 76 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle


  • PerogiBoi@lemmy.catoSelfhosted@lemmy.worldMy thoughts on docker
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    4
    ·
    1 month ago

    I don’t like docker. It’s hard to update containers, hard to modify specific settings, hard to configure network settings, just overall for me I’ve had a bad experience. It’s fantastic for quickly spinning things up but for long term usecase and customizing it to work well with all my services, I find it lacking.

    I just create Debian containers or VMs for my different services using Proxmox. I have full control over all settings that I didn’t have in docker.



  • I’ve always had issues with docker, especially when running it on a proxmox vm. I get weird network issues where when docker runs, the whole vm is cut off from network access (but my docker containers have internet). I also have problems with updates. Maybe it’s the whole virtual-ception of it all, a vm running docker running an application.

    So far I’ve been getting by with running containers for every service (or VMs when I needed a gui since command line for certain things is tough.