this post was submitted on 27 Oct 2025
228 points (99.1% liked)

Linux

10300 readers
679 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Railcar8095@lemmy.world 4 points 1 month ago (3 children)

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

[–] entwine@programming.dev 7 points 1 month ago

Check out this blog post which details how uids work within rootless containers. It's useful troubleshooting knowledge to have.

load more comments (2 replies)