Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.32 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 20.10.0 nvm, npm
Python 3.11.5 Poetry, pipenv
Ruby 3.1.2p20 gem, rbenv
Java 20.0.2
Dotnet 6.0.122
GO 1.21.5
Rust 1.74.1
Docker 24.0.7

Installations instructions

Prerequisites

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

Build

make build

Run

make run