Replies: 1 comment
-
if this is something you want, you should file a feature request in our issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
podman build
has a nice--ssh
option that automatically sets up my SSH agent connection during the build process.Can we have a similar
--ssh
flag forpodman run
?Today I can do this manually with a volume mount and environment variable, like this:
I really like the simplicity of
--ssh
.Beta Was this translation helpful? Give feedback.
All reactions