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
Run locally on Linux or OS X
docker run -it --init -p 3000:3000 -v "$(pwd):/home/project" theiaide/theia-python:latest