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
@@ -151,6 +153,7 @@ Container images are configured using parameters passed at runtime (such as thos
151
153
|`-e SUDO_PASSWORD=password`| If this optional variable is set, user will have sudo access in the code-server terminal with the specified password. |
152
154
|`-e SUDO_PASSWORD_HASH=`| Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`. |
153
155
|`-e PROXY_DOMAIN=code-server.my.domain`| If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#sub-domains)|
156
+
|`-e DEFAULT_WORKSPACE=/config/workspace`| If this optional variable is set, code-server will open this directory by default |
154
157
|`-v /config`| Contains all relevant configuration files. |
155
158
156
159
## Environment variables from files (Docker secrets)
@@ -262,6 +265,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
262
265
263
266
## Versions
264
267
268
+
***06.12.21:** - Add `DEFAULT_WORKSPACE` env var.
265
269
***29.11.21:** - Rebase to Ubuntu focal.
266
270
***16.09.21:** - Fix slow `chown` on large workspace (contents of workspace folder no longer chowned).
0 commit comments