Hi,. I sent a previous message with this subject, but have since solved my issues_______________________________________________Many thanks,RegardsJames
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io
On 6/20/21 14:25, James Miller wrote:
Hi, I have v3.2 podman installed, but am having difficulty with the new secrets --type=env.
I create the secret ok as file, but podman secret create secret_name --env=true $env_name fails.
When I create the secret as file, no matter whether it is JSON or simple variable='thing', when I create the container using the commandPodman run -dit --secret=secret_name,type=env --name=container_name image_idand then exec into the running container with Podman exec -it container_name bash, there is no environment variable named secret_name.
Am I missing something?
Regards
James
_______________________________________________ Podman mailing list -- podman@lists.podman.io To unsubscribe send an email to podman-leave@lists.podman.ioAshley could you help out James?