Files
spring-tools/concourse/theia-docker-image
Kris De Volder 66064b449f Switch to theia 'latest' instead of 'next'
Hopefully this will make docker image build more stable.
2019-12-20 14:43:11 -08:00
..
2019-11-28 09:51:43 -08:00

Theai Docker Image

We currently plublish a docler image that contains:

  • a full-featured theai set of package for version next.
  • all 4 of our vscode extensions as latest snapshot version.

This image is published to docker hub as kdvolder/sts4-theia-snapshot:latest.

You can run it as follows:

docker run -it --init  -p 3000:3000 -p 8080:8080 -v "$(pwd):/home/project:cached" kdvolder/sts4-theia-snapshot:latest

Then open http://localhost:3000 to access it.