alnoda-workspaces/workspaces/codeserver-workspace
2021-08-07 14:13:19 +00:00
..
mkdocs codeserver-workspace 2021-08-07 14:13:19 +00:00
code-server-run.sh initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
Dockerfile codeserver-workspace 2021-08-07 14:13:19 +00:00
README.md codeserver-workspace 2021-08-07 14:13:19 +00:00
supervisord-codeserver.conf initial commit - opensourcing project 2021-07-30 12:18:29 +00:00

Codeserver-Workspace

Codeserver-Workspace - is alternative workspace to the workspace-in-docker. It has all the features ot the latter, except for the different implementation of the Visual Studio Code.

While workspace-in-docker has Eclipse Theia IDE, Codeserver-Workspace includes Codeserver instead.

Try it out

docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/codeserver-workspace

The docs of the workspace-in-docker fully apply to the Codeserver-Workspace, with the only difference that you use image alnoda/codeserver-workspace instead of alnoda/workspace-in-docker