jasonjimnz/theia
Eclipse Theia container ready for any language development
34
For running the Theia cloud IDE
Consider adding a volume for keeping your project files
docker run -p 3000:3000 jasonjimnz/theia:latest
Visit in your browser the following link for starting your editor:
http://YOUR_IP_OR_HOST:3000
And you will be able to start using your editor
docker pull jasonjimnz/theia