-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow callers to replace the ContainerPrefix #3676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Prefix/Suffix/
in the commit message.
CI is barking due to missing tests. Would it make sense to expose this as a (hidden) flag in |
Could you also add related issue to this PR. I am unable to check why do we need prefix in |
Nevermind I think I got the issue containers/podman#12353 (comment) . PR has intention to make podman smart about the |
@flouthoc correct, if we suffix the containers with _internal_podman, then we know we can blow them away on a rm -f --all. |
This idea of this PR is to allow Podman to add a Podman prefix to containers. This would allow it to keep track of containers created by Podman and make it easier to remove them when it wants to remove all. Signed-off-by: Daniel J Walsh <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This idea of this PR is to allow Podman to add a Podman
prefix to containers. This would allow it to keep track
of containers created by Podman and make it easier to remove
them when it wants to remove all.
Signed-off-by: Daniel J Walsh [email protected]
What type of PR is this?
What this PR does / why we need it:
How to verify it
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?