Skip to content

get podman compose up working#1

Merged
rdlebeau merged 1 commit into
rdlebeau:9731-podmanfrom
IQSS:9731-podman2
Jul 16, 2026
Merged

get podman compose up working#1
rdlebeau merged 1 commit into
rdlebeau:9731-podmanfrom
IQSS:9731-podman2

Conversation

@pdurbin

@pdurbin pdurbin commented Jul 10, 2026

Copy link
Copy Markdown

This is a simplification of the solution in the following pull request, intended to me merged into it:

We will probably want to continue going line by line but I thought we could start with a smaller diff from develop. See https://github.com/IQSS/dataverse/compare/9731-podman2 for how small the diff from develop is. It looks like the following, as of this writing:

Screenshot 2026-07-10 at 4 59 02 PM

Here's the chatter I made while doing it: #containers > podman instead of docker @ 💬

To summarize:

  • We know we don't want uid=1000,gid=1000 because Podman uses random uid's and gid's.
  • We we change mode=770 to 1777 because we're writing to a tmp filesystem. This seem normal in Podman. See podman create -d --tmpfs /tmp:rw,size=787448k,mode=1777 my_image at https://docs.podman.io/en/stable/markdown/podman-create.1.html for example.

@rdlebeau
rdlebeau merged commit fd4cdf5 into rdlebeau:9731-podman Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants