Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Looking into using #Podman rather than #Docker for my new home server build.

Looking into using #Podman rather than #Docker for my new home server build.

Scheduled Pinned Locked Moved Uncategorized
podmandockerhomeserverselfhosting
8 Posts 6 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jmb@mastodon.me.ukJ This user is from outside of this forum
    jmb@mastodon.me.ukJ This user is from outside of this forum
    jmb@mastodon.me.uk
    wrote last edited by
    #1

    Looking into using #Podman rather than #Docker for my new home server build. Any tips?

    #homeServer #selfhosting

    woodsb02@fosstodon.orgW c2c2_@mastodon.socialC jmb@mastodon.me.ukJ leoncowle@hachyderm.ioL liquidlamp@hachyderm.ioL 5 Replies Last reply
    0
    • jmb@mastodon.me.ukJ jmb@mastodon.me.uk

      Looking into using #Podman rather than #Docker for my new home server build. Any tips?

      #homeServer #selfhosting

      woodsb02@fosstodon.orgW This user is from outside of this forum
      woodsb02@fosstodon.orgW This user is from outside of this forum
      woodsb02@fosstodon.org
      wrote last edited by
      #2

      @jmb you’ll want systemd integration so the containers start on boot - it’s affectionately called quadlets. I use rootless, so set it up in ~/.config/containers/systemd. Sometimes it can be nice to have separate dedicated users for different services.

      Attention Required! | Cloudflare

      favicon

      (linuxconfig.org)

      podman-systemd.unit — Podman documentation

      favicon

      (docs.podman.io)

      1 Reply Last reply
      0
      • jmb@mastodon.me.ukJ jmb@mastodon.me.uk

        Looking into using #Podman rather than #Docker for my new home server build. Any tips?

        #homeServer #selfhosting

        c2c2_@mastodon.socialC This user is from outside of this forum
        c2c2_@mastodon.socialC This user is from outside of this forum
        c2c2_@mastodon.social
        wrote last edited by
        #3

        @jmb I would say don't, but life is about the journey. Good luck.

        1 Reply Last reply
        0
        • jmb@mastodon.me.ukJ jmb@mastodon.me.uk

          Looking into using #Podman rather than #Docker for my new home server build. Any tips?

          #homeServer #selfhosting

          jmb@mastodon.me.ukJ This user is from outside of this forum
          jmb@mastodon.me.ukJ This user is from outside of this forum
          jmb@mastodon.me.uk
          wrote last edited by
          #4

          This guide from @Larvitz is superb… https://blog.hofstede.it/podman-in-production-quadlets-secrets-auto-updates-and-docker-compatibility/

          Just investigating the best way to set up additional users and if I can centralise all the config files whilst still being rootless.

          #podman

          jmb@mastodon.me.ukJ 1 Reply Last reply
          0
          • jmb@mastodon.me.ukJ jmb@mastodon.me.uk

            Looking into using #Podman rather than #Docker for my new home server build. Any tips?

            #homeServer #selfhosting

            leoncowle@hachyderm.ioL This user is from outside of this forum
            leoncowle@hachyderm.ioL This user is from outside of this forum
            leoncowle@hachyderm.io
            wrote last edited by
            #5

            @jmb No tips. Seems to work. I'm a very light user. Only 3 containers. But it seems solid.

            1 Reply Last reply
            0
            • jmb@mastodon.me.ukJ jmb@mastodon.me.uk

              Looking into using #Podman rather than #Docker for my new home server build. Any tips?

              #homeServer #selfhosting

              liquidlamp@hachyderm.ioL This user is from outside of this forum
              liquidlamp@hachyderm.ioL This user is from outside of this forum
              liquidlamp@hachyderm.io
              wrote last edited by
              #6

              @jmb this is a great guide that goes into quadlet syntax, running rootless, and how to setup services that need multiple containers

              Link Preview Image
              How to install multi-container applications with Podman quadlets

              Quadlet files make it easy to manage applications that need multiple containers, without needing root privileges

              favicon

              Giacomo Coletto (giacomo.coletto.io)

              The multi container (db + app) setup is different from docker compose, where you can just toss both containers in one config file. Systemd/Quadlets doesnt support that, but the method is still pretty straightforward.

              1 Reply Last reply
              0
              • jmb@mastodon.me.ukJ jmb@mastodon.me.uk

                This guide from @Larvitz is superb… https://blog.hofstede.it/podman-in-production-quadlets-secrets-auto-updates-and-docker-compatibility/

                Just investigating the best way to set up additional users and if I can centralise all the config files whilst still being rootless.

                #podman

                jmb@mastodon.me.ukJ This user is from outside of this forum
                jmb@mastodon.me.ukJ This user is from outside of this forum
                jmb@mastodon.me.uk
                wrote last edited by
                #7

                @Larvitz I’m trying to work out if it’s possible to set your example up completely rootless (albeit with Caddy) with different users for each service. With all the isolation, it seems impossible to use different users for each service but join to the same frontend-network. I guess I need just one podman user to run all my services under.
                #podman #podmanQuadlets #podmanRootless

                larvitz@burningboard.netL 1 Reply Last reply
                0
                • jmb@mastodon.me.ukJ jmb@mastodon.me.uk

                  @Larvitz I’m trying to work out if it’s possible to set your example up completely rootless (albeit with Caddy) with different users for each service. With all the isolation, it seems impossible to use different users for each service but join to the same frontend-network. I guess I need just one podman user to run all my services under.
                  #podman #podmanQuadlets #podmanRootless

                  larvitz@burningboard.netL This user is from outside of this forum
                  larvitz@burningboard.netL This user is from outside of this forum
                  larvitz@burningboard.net
                  wrote last edited by
                  #8

                  @jmb The networks of different users are seperate and isolated from each other.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups