Skip to content

Commit 00f1759

Browse files
authored
Update spec.md (#247)
1 parent 3ff8b4f commit 00f1759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_implementors/spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The metadata is added to the image as a `devcontainer.metadata` label with a JSO
6363

6464
To apply the metadata together with a user's devcontainer.json at runtime, the following merge logic by property is used. The table also notes which properties are currently supported coming from the devcontainer.json and from the Feature metadata- this will change over time as we add more properties.
6565

66-
| Property | Type/Format | Merge Logic | devcontainer.json | Feature Metadata |
66+
| Property | Type/Format | Merge Logic | devcontainer.json | devcontainer-feature.json |
6767
| -------- | ----------- | ----------- | :---------------: | :--------------: |
6868
| `id` | E.g., `ghcr.io/devcontainers/features/node:1` | Not merged. | | x |
6969
| `init` | `boolean` | `true` if at least one is `true`, `false` otherwise. | x | x |

0 commit comments

Comments
 (0)