• 1 Post
  • 2.42K Comments
Joined 2 年前
cake
Cake day: 2023年6月19日

help-circle













  • I use a single LXC for all my docker stuff. You can use a VM too, either way works. The VM is easier to set up as docker in LXC requires a few extra steps.

    Definitely don’t do one docker image per instance, the overhead on that would be insane with managing configs and updates. I can’t imagine having over 100 LXC containers that I’d have to individually update and manage!


  • Install Debian as a server with no GUI, install docker on it and start playing around.

    You can use Komodo or Portainer if you want a webUI to manage containers easily.

    If you put any important data on it, set up backups first, follow the 3-2-1 rule by having at least 2 backups in place.

    The problem with stuff like yunohost is when it breaks you have no idea how to fix it, because it hides everything in the background.