Ubuntu-based image with Node.js 22 LTS, Rust, and Python 3.13 pre-installed for development.
213
This Docker image is built upon codercom/enterprise-base:ubuntu and provides a ready-to-use development environment featuring:
docker pull sebsan89/coder:lastest
docker run -it sebsan89/coder:lastest bash
node -v # Check Node.js version
rustc --version # Check Rust version
python3.13 --version # Check Python version
latest – Includes Node.js 22, Rust stable, and Python 3.13.dev – Variant with additional development tools (e.g., git, vim).Content type
Image
Digest
sha256:964c933c9…
Size
844.5 MB
Last updated
over 1 year ago
docker pull sebsan89/coder