Skip to content

Why secrets and how they work #24186

Answered by rhatdan
zeronumbers asked this question in Q&A
Discussion options

You must be logged in to vote
  • Is podman secret solving same problem as docker secret? Are they compatible?

Yes they should be compatible.

  • Can podman secret be used in compose? Any difference between compose providers?

I believe so.

  • When a secret is created from file, that file is copied? Changing original file would not change secret, original file could be deleted right?

  • Secrets basically allow you to store image in open registry where anyone can use it, even though said image requires information that should not be public?

Correct, or during build required a secret to access something.

  • If a secret information is required during build to generate files that would be in the image and would contain th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zeronumbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants