code-server
lscr.io/linuxserver/code-server
https://github.com/orgs/linuxserver/packages/container/package/code-server
Donations
https://www.linuxserver.io/donate
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png
bridge
false
https://github.com/linuxserver/docker-code-server/issues/new/choose
bash
https://github.com/linuxserver/docker-code-server#application-setup
https://github.com/linuxserver/docker-code-server#readme
latest
Stable releases
focal
DEPRECATED (no longer updated, `latest` is rebased on focal) - Stable releases, based on Ubuntu Focal
https://github.com/linuxserver/docker-code-server/tree/focal#readme
https://github.com/linuxserver/docker-code-server/tree/focal#application-setup
development
DEPRECATED (no longer updated) - Prereleases from their GitHub
https://github.com/linuxserver/docker-code-server/tree/development#readme
https://github.com/linuxserver/docker-code-server/tree/development#application-setup
https://coder.com
Code-server(https://coder.com) is VS Code running on a remote server, accessible through the browser.
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
- If you have a Windows or Mac workstation, more easily develop for Linux.
- Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.
- Preserve battery life when you're on the go.
- All intensive computation runs on your server.
- You're no longer running excess instances of Chrome.
http://[IP]:[PORT:8443]
https://raw.githubusercontent.com/linuxserver/templates/main/unraid/code-server.xml
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/code-server-logo.png
2022-02-20
### 2022-02-20
- Install using the official tarballs.
### 2021-12-29
- Add `install-extension` as a helper for mods to install extensions.
### 2021-12-06
- Add `DEFAULT_WORKSPACE` env var.
### 2021-11-29
- Rebase to Ubuntu focal.
### 2021-09-16
- Fix slow `chown` on large workspace (contents of workspace folder no longer chowned).
### 2021-07-11
- Bump node to 14 to fix builds
### 2021-05-08
- Fix doc link
### 2020-02-04
- Allow setting gui password via hash using env var `HASHED_PASSWORD`.
### 2020-12-23
- Allow setting sudo password via hash using env var `SUDO_PASSWORD_HASH`.
### 2020-05-29
- Add --domain-proxy support.
### 2020-05-21
- Shrink images, install via yarn, fix arm32v7 build.
### 2020-05-18
- Switch to multi-arch images, install via npm.
### 2020-04-29
- Update start arguments.
### 2020-04-01
- Structural changes required for v3.
### 2020-01-17
- Fix artifact url retrieval from github.
### 2019-10-24
- Upgrade to v2 builds.
### 2019-09-28
- Update project logo.
### 2019-09-21
- Add development builds/tag.
### 2019-07-09
- Add optional sudo access.
### 2019-07-01
- Add nano.
### 2019-06-24
- Initial Release.