From 07620469f989b172d5ea25a36428a69ebdf0bf6c Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Mon, 10 Dec 2018 08:04:39 -0700 Subject: [PATCH] Update build_enhancements.md --- develop/develop-images/build_enhancements.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/develop/develop-images/build_enhancements.md b/develop/develop-images/build_enhancements.md index c1025f5b1b..7b86924490 100644 --- a/develop/develop-images/build_enhancements.md +++ b/develop/develop-images/build_enhancements.md @@ -156,9 +156,8 @@ $ docker build --no-cache --progress=plain --secret id=mysecret,src=mysecret.txt ## Using SSH to access private data in builds > **Acknowledgment**: -> [Tonis Tiigi](https://medium.com/@tonistiigi) is granting Docker permission to use his blog post -> [Build secrets and SSH forwarding in Docker 18.09](https://medium.com/@tonistiigi/build-secrets-and-ssh-forwarding-in-docker-18-09-ae8161d066) -> as the basis of the content below. +> Please see [Build secrets and SSH forwarding in Docker 18.09](https://medium.com/@tonistiigi/build-secrets-and-ssh-forwarding-in-docker-18-09-ae8161d066) +> for more information and examples. The `docker build` has a `--ssh` option to allow the Docker Engine to forward SSH agent connections. For more information on SSH agent, see the [OpenSSH man page](https://man.openbsd.org/ssh-agent).