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 ce9325d + 08bc47f commit 898c8fdCopy full SHA for 898c8fd
content/build/building/secrets.md
@@ -68,7 +68,7 @@ as a file in the build container at `/run/secrets/kube`.
68
$ docker build --secret id=kube,env=KUBECONFIG .
69
```
70
71
-When you secrets from environment variables, you can omit the `id` parameter
+When you secrets from environment variables, you can omit the `env` parameter
72
to bind the secret to a file with the same name as the variable.
73
In the following example, the value of the `API_TOKEN` variable
74
is mounted to `/run/secrets/API_TOKEN` in the build container.
0 commit comments