docs(container): document rootless Podman cgroups v2 delegation - #15
Merged
Conversation
The Podman section documented the two flag differences the launchers handle for you but omitted the third one named in tank-royale P-004/M-015's risk note: --cpus/--memory/--pids-limit require cgroups v2 delegation under rootless Podman. Both fixes in #14 exercised these flags successfully on the WSL2 Ubuntu Podman 5.7.0 rootless environment used for verification (delegation present by default there), so this documents the requirement and how to check for it rather than changing script behavior. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ve4Qi4gWou7ss51pTSFK5k
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Follow-up to #14: documents the third flag difference from Docker that an independent review of the tank-royale corpus flagged as missing —
--cpus/--memory/--pids-limitrequire cgroups v2 delegation under rootless Podman, perrobocode-dev/tank-royaleP-004/M-015's own risk note.No script behavior changes. Both #14's fixes were verified with these flags active on the WSL2 Ubuntu Podman 5.7.0 rootless environment (delegation present there by default via systemd), so this documents the requirement and a one-line way to check for it rather than adding new handling.
Why
M-015's exit criterion requires every Docker/Podman flag difference to be either handled by the launcher scripts or documented for Podman users. This was the one named difference neither covered.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Ve4Qi4gWou7ss51pTSFK5k