this post was submitted on 02 Nov 2023
54 points (95.0% liked)

Selfhosted

60526 readers
1257 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] krolden@lemmy.ml 4 points 2 years ago (1 children)

They both support the same containers

[–] lemmyvore@feddit.nl -3 points 2 years ago (1 children)

Except in real life you'll run into images that podman refuses to work with all the time.

[–] krolden@lemmy.ml 2 points 2 years ago (1 children)

Example? Ive definitely had compose projects that I had a hard time running with podman but all the individual containers seem to work just fine.

[–] lemmyvore@feddit.nl 3 points 2 years ago (1 children)

How do you make podman run an image that runs as an uid/gid that don't exist on the host and needs to access host devices/volumes owned by uid/gid that don't exist in the container?

[–] vegetaaaaaaa@lemmy.world 8 points 2 years ago* (last edited 2 years ago) (1 children)

You use podman unshare to chown the directories to the appropriate UID/GID in the container's user namespace.

[–] nickwitha_k@lemmy.sdf.org 4 points 2 years ago

This right here. Just found out about this last week after a long debug.