You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
70
70
71
71
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).
72
72
@@ -269,4 +269,4 @@ There are several things to keep in mind for an application that implements feat
269
269
- Parameters like `privileged`, `init` are included if just 1 feature requires them.
270
270
- Parameters like `capAdd`, `securityOp` are concatenated.
271
271
-`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