mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
Update secrets.md
This commit is contained in:
@@ -68,7 +68,7 @@ as a file in the build container at `/run/secrets/kube`.
|
||||
$ docker build --secret id=kube,env=KUBECONFIG .
|
||||
```
|
||||
|
||||
When you secrets from environment variables, you can omit the `id` parameter
|
||||
When you secrets from environment variables, you can omit the `env` parameter
|
||||
to bind the secret to a file with the same name as the variable.
|
||||
In the following example, the value of the `API_TOKEN` variable
|
||||
is mounted to `/run/secrets/API_TOKEN` in the build container.
|
||||
|
||||
Reference in New Issue
Block a user