mirror of https://github.com/docker/docs.git
Fix extra space in Compose file ref
This commit is contained in:
parent
4e330a39df
commit
1c8cdff1e4
|
@ -60,4 +60,6 @@ web:
|
||||||
If you forget and use a single dollar sign (`$`), Compose interprets the value
|
If you forget and use a single dollar sign (`$`), Compose interprets the value
|
||||||
as an environment variable and warns you:
|
as an environment variable and warns you:
|
||||||
|
|
||||||
`The VAR_NOT_INTERPOLATED_BY_COMPOSE is not set. Substituting an empty string.`
|
```
|
||||||
|
The VAR_NOT_INTERPOLATED_BY_COMPOSE is not set. Substituting an empty string.
|
||||||
|
```
|
||||||
|
|
|
@ -580,7 +580,10 @@ format `file://<filename>` or `registry://<value-name>`.
|
||||||
When using `file:`, the referenced file must be present in the `CredentialSpecs`
|
When using `file:`, the referenced file must be present in the `CredentialSpecs`
|
||||||
subdirectory in the Docker data directory, which defaults to `C:\ProgramData\Docker\`
|
subdirectory in the Docker data directory, which defaults to `C:\ProgramData\Docker\`
|
||||||
on Windows. The following example loads the credential spec from a file named
|
on Windows. The following example loads the credential spec from a file named
|
||||||
`C:\ProgramData\Docker\CredentialSpecs\my-credential-spec.json`:
|
|
||||||
|
```
|
||||||
|
C:\ProgramData\Docker\CredentialSpecs\my-credential-spec.json
|
||||||
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
credential_spec:
|
credential_spec:
|
||||||
|
|
Loading…
Reference in New Issue