elswork/theia

By elswork

Updated about 4 years ago

Docker container for Eclipse Theia IDE https://deft.work/theia

Image

6.4K

Theia IDE

A Docker file to build images for AMD & ARM devices with a installation of Eclipse Theia IDE an extensible platform to develop multi-language Cloud & Desktop IDEs with state-of-the-art web technologies.

Be aware! You should read carefully the usage documentation of every tool!

Thanks to

Details

Docker HubDocker PullsDocker StarsSize/Layers
theia

Build Instructions

Build for amd64 arm64 or armv7l architecture (thanks to its Multi-Arch base image)

docker build -t elswork/theia .

Start Theia IDE

make start

Or

docker run -d -p 3000:3000 -v "$(pwd):/home/project:cached" elswork/theia

Docker Pull Command

docker pull elswork/theia