Run code-server with a configurable prompt and persistent workspace!
The image has the labels IS_CODER and CODER_DISPLAY.
CODER_DISPLAY should be changed to the intended display name for your project.
Under the tools directory are scripts used to set up tools on top of the image.
The easiest way to build this is with the Makefile.
make
docker build . -t coder:base
docker run -d -p 8443:8443 coder:base
docker run -d -p 8443:8443 -e USER=someone --hostname coder coder:base
docker volume create workspace
docker run -d -p 8443:8443 -v workspace:/config/workspace coder:base
Content type
Image
Digest
Size
271.5 MB
Last updated
about 6 years ago
docker pull chasbob/coder-base