Feature or enhancement request details
As a container user, I can mount a unix socket file into a container, so that I can use the ssh agent on my host from a container.
container run --volume "${SSH_AUTH_SOCK}:/var/run/ssh-auth.sock" --env SSH_AUTH_SOCK=/var/run/ssh-auth.sock ...
Code of Conduct
Feature or enhancement request details
As a
containeruser, I can mount a unix socket file into a container, so that I can use the ssh agent on my host from a container.Code of Conduct