Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.37 KB

File metadata and controls

43 lines (29 loc) · 1.37 KB

polyglot-code-server

Docker

Code Server

A web-based IDE, built using Codeserver on top of a custom-made, multi programming language container, built for interactive development environments.

Screen shot

NOTE: The container image is quite large, and can be very resource intensive. Please plan accordingly.

Included Languages & Tools

Language Ecosystem Version Included Tools
Node 22.16.0 nvm, npm
Python 3.11.5 poetry, pipenv, pipx
Java 21.0.7
Dotnet 8.0.117
GO 1.24.4
Ruby 3.2.3 rbenv, gem
Rust 1.87.0
Docker 28.2.2

Installations instructions

Prerequisites

  • Unix based OS (Linux/MacOS)
  • Docker Desktop, Docker Engine, or compatible container management system

Build

make build

Run

make run