You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ With ssh-agent-inject you can skip those annoyances and simply reuse your host's
12
12
13
13
Add `ENV SSH_AUTH_SOCK=/tmp/.ssh-auth-sock` to your Dockerfile. Label your container with `com.ensody.ssh-agent-inject` (`docker run -l com.ensody.ssh-agent-inject ...`).
14
14
15
-
Make sure ssh-agent-inject runs in the background or just launch it on-demand.
15
+
[Download](https://github.com/ensody/ssh-agent-inject/releases) ssh-agent-inject for your platform. Make sure ssh-agent-inject runs in the background or just launch it on-demand.
16
16
17
17
Note that this project is itself using ssh-agent-inject with VS Code (see `.devcontainer/`).
0 commit comments