Skip to content

Commit 0762046

Browse files
authored
Update build_enhancements.md
1 parent 96f63b7 commit 0762046

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

develop/develop-images/build_enhancements.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ $ docker build --no-cache --progress=plain --secret id=mysecret,src=mysecret.txt
156156
## Using SSH to access private data in builds
157157

158158
> **Acknowledgment**:
159-
> [Tonis Tiigi](https://medium.com/@tonistiigi) is granting Docker permission to use his blog post
160-
> [Build secrets and SSH forwarding in Docker 18.09](https://medium.com/@tonistiigi/build-secrets-and-ssh-forwarding-in-docker-18-09-ae8161d066)
161-
> as the basis of the content below.
159+
> 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)
160+
> for more information and examples.
162161
163162
The `docker build` has a `--ssh` option to allow the Docker Engine to forward SSH agent connections. For more information
164163
on SSH agent, see the [OpenSSH man page](https://man.openbsd.org/ssh-agent).

0 commit comments

Comments
 (0)