Skip to content

stornado/theia-ide

Repository files navigation

theia-ide

Official Images

https://theia-ide.org/

Theia Go Docker

Run on http://localhost:3000 with the current directory as a workspace:

docker run --security-opt seccomp=unconfined -e GO111MODULE=auto -it --init -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia-go:next

Terminal xxx command not found

source /etc/profile && source ~/.profile

Theia Python Docker

Run locally on Linux or OS X

docker run -it --init -p 3000:3000 -v "$(pwd):/home/project" theiaide/theia-python:latest