Skip to content

docs: add Podman instructions alongside Docker (fixes #1552) - #1566

Open
casper06 wants to merge 1 commit into
openjournals:mainfrom
casper06:docs/podman-instructions
Open

docs: add Podman instructions alongside Docker (fixes #1552)#1566
casper06 wants to merge 1 commit into
openjournals:mainfrom
casper06:docs/podman-instructions

Conversation

@casper06

Copy link
Copy Markdown

Summary

Adds Podman instructions alongside the existing Docker instructions for
compiling a paper draft locally.

Podman is a rootless alternative to Docker available on many Linux
platforms. The added section uses --userns=keep-id (Podman's rootless
equivalent to matching file ownership between host and container) instead
of Docker's --user $(id -u):$(id -g).

Fixes #1552

Changes

  • docs/paper.md: new "Podman" subsection right after the existing
    "Docker" subsection, same style/formatting.

Notes

The exact command was proposed by @MarDiehl in the issue.

@MarDiehl MarDiehl left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!. I'd propose the following change:

"Podman does not require root privileges on many Linux platforms:" should be "Podman does not require root privileges and is available on many Linux distributions:"

@casper06
casper06 force-pushed the docs/podman-instructions branch from 2826b5f to 976f9a9 Compare July 31, 2026 11:54
@casper06

Copy link
Copy Markdown
Author

Updated the wording as suggested — thanks for the feedback!

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.

Instructions for podman

2 participants