Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/build/building/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $ docker build --secret id=API_TOKEN .

### Target

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
default. The default file path of the secret, inside the build container, is
`/run/secrets/<id>`. You can customize how the secrets get mounted in the build
container using the `target` and `env` options for the `RUN --mount` flag in
Expand Down
Loading