Skip to content

Instantly share code, notes, and snippets.

@EClaesson
Created July 2, 2026 15:07
Show Gist options
  • Select an option

  • Save EClaesson/a5fde22369d460b0dc6583ff341fde11 to your computer and use it in GitHub Desktop.

Select an option

Save EClaesson/a5fde22369d460b0dc6583ff341fde11 to your computer and use it in GitHub Desktop.
Using a Podman secret outside of a container
export SECRET="$(podman secret inspect --showsecret <name> --format '{{.SecretData}}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment