Skip to content

Commit 6cd3404

Browse files
authored
line 213, grammer
The other commands "will have" vs The other commands "have will"
1 parent b4f9bf6 commit 6cd3404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/develop-images/build_enhancements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ For example, `--ssh default=$SSH_AUTH_SOCK`, or the shorter equivalent, `--ssh d
210210
Third, to make use of that SSH access in a `RUN` command in the `Dockerfile`, define a mount with type `ssh`.
211211
This will set the `SSH_AUTH_SOCK` environment variable for that command to the value provided by the host to `docker build`, which will cause any programs in the `RUN` command which rely on SSH to automatically use that socket.
212212
Only the commands in the `Dockerfile` that have explicitly requested SSH access by defining `type=ssh` mount will have access to SSH agent connections.
213-
The other commands have will no knowledge of any SSH agent being available.
213+
The other commands will have no knowledge of any SSH agent being available.
214214

215215
Here is an example `Dockerfile` using SSH in the container:
216216

0 commit comments

Comments
 (0)