-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Clarify podman use #39422
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
Clarify podman use #39422
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.
@andymunro Thank you for the PR!
docs/guides/server/containers.adoc
Outdated
[NOTE] | ||
==== | ||
Podman can be used only for creating or customizing images. Podman is not supported in production environments. | ||
==== |
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.
Should this be a note for downstream only? In upstream we certainly support Podman and Docker in production (if I recall our previous discussion about it).
CC @ahus1
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.
Agreed. See below for suggestion that also clarifies the statement a bit with "Podman is not supported for running {project_name} in production environments."
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.
Looks good.
Closes keycloak#39418 Signed-off-by: AndyMunro <amunro@redhat.com>
Co-authored-by: Alexander Schwartz <alexander.schwartz@gmx.net> Signed-off-by: andymunro <48995441+andymunro@users.noreply.github.com>
Closes #39418