Let’s walk through what Podman is and how to use it as a Docker alternative on Linux. Expect a straightforward guide on installing Podman, running containers with it, and understanding the basics.

  • Railcar8095@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    I am struggling to access a smb server with podman. I have it mounted on the host using fstab, but many podman containers refuse to access with permission issues, even setting uid:gid to 1000:1000 and giving ownership with unshare.

    Any hint? I know there’s not much detail, but I think I’m missing something fundamental

      • Railcar8095@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        Tried that :(.

        Seems to be something about the smb share itself, because of I point to a folder on the drive it works, only fails when it’s a mounted samba share.

        I’ll need to make a post with ask the details, thanks in any case!