• 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: July 17th, 2023

help-circle



  • I’m running podman and podman-compose with no problem. And I’m happy. At first I was confused by the uid and gid mapping the containers have, but you’ll get used to it.

    This are some notes I took, please don’t take all of it for the right choice.

    Podman-Stuff

    storage.conf

    To use the fuse-overlay driver, the storage must be configured:

    .config/containers/storage.conf

    [storage]
      driver = "overlay"
      runroot = "/run/user/1000"
      graphroot = "/home//.local/share/containers/storage"
      [storage.options]
        mount_program = "/usr/bin/fuse-overlayfs"
    

    Lingering (running services without login / after logout)

    sudo loginctl enable-linger 
    














  • I switched a year ago to podman and had some trouble to get everything running. But it is possible. I’m not running anything rootful and everything works.

    Read the docs, use podman-compose (this sadly has no good docs, but works quit well when you got it) and get ready to play around with permissions and file ownership.