Sign inSign up

chasbob/coder-base

By chasbob

•Updated about 6 years ago

Image
0

271

chasbob/coder-base repository overview

⁠Coder Base Image

Run code-server⁠ with a configurable prompt and persistent workspace!

⁠Usage as a template

The image has the labels IS_CODER and CODER_DISPLAY.

CODER_DISPLAY should be changed to the intended display name for your project.

⁠Tools

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

⁠Usage

docker build . -t coder:base
docker run -d -p 8443:8443 coder:base
⁠Custom user and hostname
docker run -d -p 8443:8443 -e USER=someone --hostname coder coder:base
⁠Persistent workspace
docker volume create workspace
docker run -d -p 8443:8443 -v workspace:/config/workspace coder:base

Tag summary

Content type

Image

Digest

Size

271.5 MB

Last updated

about 6 years ago

docker pull chasbob/coder-base