mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
94778981c8
Add `--ssh` flag to forward the host's SSH agent socket into the container, so we can use SSH authentication for things like cloning private repos, and also updates the socket path every time the container starts to handle socket path changes like reboot/re-login. Closes #498