Skip to content

Customized code-server Docker build file for private use

License

Notifications You must be signed in to change notification settings

somnisomni/docker-code-server

Repository files navigation

docker-code-server

Customized Docker image build files of code-server.

How to use

Just execute $ docker build . on root of the repository, or run build.sh script.

build.sh script will build the image with tag name somni-code-server.

Customizations against vanilla image

  • Based on latest Ubuntu LTS image
  • Use KST timezone
  • ko_KR locale/language registered
  • .NET SDK preinstalled
  • dpkg-dev preinstalled for debian packaging development
  • Latest GCC and build-essential preinstalled
  • Latest Node.js LTS version preinstalled using NVM
  • Other various essential packages preinstalled, see Dockerfile
  • Branding

Port exposes

  • code-server itself : 8080
  • Development server (e.g. Live Server) : 39001, 39002

Note

Huge image (about 1~2GB) will be produced when build this customized Dockerfile so I will not upload the image to any Docker repositories.

Please build locally if you want to use this.

About

Customized code-server Docker build file for private use

Topics

Resources

License

Stars

Watchers

Forks