elswork/theia
Docker container for Eclipse Theia IDE https://deft.work/theia
6.4K
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!
Docker Hub | Docker Pulls | Docker Stars | Size/Layers |
---|---|---|---|
theia |
Build for amd64 arm64 or armv7l architecture (thanks to its Multi-Arch base image)
docker build -t elswork/theia .
make start
Or
docker run -d -p 3000:3000 -v "$(pwd):/home/project:cached" elswork/theia
docker pull elswork/theia