mirror of https://github.com/docker/docs.git
Merge pull request #11480 from nathanl/patch-1
Note that `ssh-add` may be needed
This commit is contained in:
commit
3fd2cb1e10
|
@ -222,6 +222,8 @@ the SSH agent.
|
|||
$ docker build --ssh default .
|
||||
```
|
||||
|
||||
You may need to run `ssh-add` to add private key identities to the authentication agent first for this to work.
|
||||
|
||||
## Troubleshooting : issues with private registries
|
||||
|
||||
#### x509: certificate signed by unknown authority
|
||||
|
|
Loading…
Reference in New Issue