File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -95,27 +95,27 @@ Customize your dev container using build arguments (for direct Docker builds) or
9595environment variables (for evaluation in ` devcontainer.json ` ).
9696
9797* ** Username:**
98- * Docker ARG:
98+ * Docker ARG:
9999 ` USER_NAME ` (Default: ` devuser ` )
100- * Environment Variable:
100+ * Environment Variable:
101101 ` OTEL_CPP_DEVCONTAINER_USER_NAME ` (Default: ` devuser ` )
102102
103103* ** User ID (UID):**
104- * Docker ARG:
104+ * Docker ARG:
105105 ` USER_UID ` (Default: ` 1000 ` )
106- * Environment Variable:
106+ * Environment Variable:
107107 ` OTEL_CPP_DEVCONTAINER_USER_UID ` (Default: ` 1000 ` )
108108
109109* ** Group ID (GID):**
110- * Docker ARG:
110+ * Docker ARG:
111111 ` USER_GID ` (Default: ` 1000 ` )
112- * Environment Variable:
112+ * Environment Variable:
113113 ` OTEL_CPP_DEVCONTAINER_USER_GID ` (Default: ` 1000 ` )
114114
115115* ** Install Packages:**
116- * Docker ARG:
116+ * Docker ARG:
117117 ` INSTALL_PACKAGES ` (Default: ``)
118- * Environment Variable:
118+ * Environment Variable:
119119 ` OTEL_CPP_DEVCONTAINER_INSTALL_PACKAGES ` (Default: ``)
120120
121121##### Examples
You can’t perform that action at this time.
0 commit comments