Skip to content

Commit 48aa68b

Browse files
authored
Merge pull request #20 from devcontainers/bamurtaugh-schema
Update json_schema.md
2 parents 3298b73 + 5b08189 commit 48aa68b

File tree

2 files changed

+531
-553
lines changed

2 files changed

+531
-553
lines changed

_implementors/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Options
6666

6767
## <a href="#devcontainer-json-properties" name="devcontainer-json-properties" class="anchor"> devcontainer.json properties </a>
6868

69-
Features are referenced in a user's [`devcontainer.json`](devcontainer-reference#devcontainerjson) under the top level `features` object.
69+
Features are referenced in a user's [`devcontainer.json`](../json_reference) under the top level `features` object.
7070

7171
A user can specify an arbitrary number of features. At build time, these features will be installed in an order defined by a combination of the [installation order rules and implementation](#Installation-Order).
7272

@@ -269,4 +269,4 @@ There are several things to keep in mind for an application that implements feat
269269
- Parameters like `privileged`, `init` are included if just 1 feature requires them.
270270
- Parameters like `capAdd`, `securityOp` are concatenated.
271271
- `containerEnv` is added before the feature is executed as `ENV` commands in the Dockerfile.
272-
- Each feature script executes as its own layer to aid in caching and rebuilding.
272+
- Each feature script executes as its own layer to aid in caching and rebuilding.

0 commit comments

Comments
 (0)