Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 589 Bytes

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