We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d346545 + 73f83e4 commit 0625c13Copy full SHA for 0625c13
content/manuals/build/building/secrets.md
@@ -107,7 +107,7 @@ $ docker build --secret id=API_TOKEN .
107
108
### Target
109
110
-When consuming a secret in a Dockerfile, the secret is mounted a file by
+When consuming a secret in a Dockerfile, the secret is mounted to a file by
111
default. The default file path of the secret, inside the build container, is
112
`/run/secrets/<id>`. You can customize how the secrets get mounted in the build
113
container using the `target` and `env` options for the `RUN --mount` flag in
0 commit comments