File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060If you forget and use a single dollar sign (`$`), Compose interprets the value
6161as an environment variable and warns you :
6262
63- ` The VAR_NOT_INTERPOLATED_BY_COMPOSE is not set. Substituting an empty string.`
63+ ` ` `
64+ The VAR_NOT_INTERPOLATED_BY_COMPOSE is not set. Substituting an empty string.
65+ ` ` `
Original file line number Diff line number Diff line change @@ -580,7 +580,10 @@ format `file://<filename>` or `registry://<value-name>`.
580580When using `file:`, the referenced file must be present in the `CredentialSpecs`
581581subdirectory in the Docker data directory, which defaults to `C:\ProgramData\Docker\`
582582on Windows. The following example loads the credential spec from a file named
583- `C:\ProgramData\Docker\CredentialSpecs\my-credential-spec.json` :
583+
584+ ```
585+ C:\ProgramData\Docker\CredentialSpecs\my-credential-spec.json
586+ ```
584587
585588```yaml
586589credential_spec:
You can’t perform that action at this time.
0 commit comments