2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 06:49:31 +01:00

add codercom/code-server

This commit is contained in:
kev
2019-06-09 07:34:48 +08:00
parent ffee17c2e8
commit 4fc09d57ca
3 changed files with 17 additions and 0 deletions

7
code-server/README.md Normal file
View File

@@ -0,0 +1,7 @@
code-server
===========
[code-server][1] is VS Code running on a remote server, accessible through the browser.
[1]: https://github.com/cdr/code-server

View File

@@ -0,0 +1,9 @@
code-server:
image: codercom/code-server
command: --allow-http --no-auth --disable-telemetry
ports:
- "8443:8443"
volumes:
- ./data:/home/coder/project
- /home/coder/local/share/code-server
restart: unless-stopped