It would be nice to have official docker image xterm.js on the dockerhub. After each release you can create new latest docker image with version tag. It's usefull for some new customers who want to try xterm.js without installation node, npm. They simply do "docker run" with xterm.js image and then tests xterm.js like docker application. For now you have dockerfile. So I don't think it's a problem to create xterm.js organization on the dockerhub and begin to do realese docker image after each realease xterm.js.
Totally right!
Created the Docker Hub repo: https://hub.docker.com/r/xtermjs/xterm.js/ and added builds for master and for pushed tags. Now you can run the following to get the demo server working:
docker run -p 3000 xtermjs/xterm.js
Keeping this issue open, in order to document this till the next release.
Most helpful comment
Totally right!
Created the Docker Hub repo: https://hub.docker.com/r/xtermjs/xterm.js/ and added builds for master and for pushed tags. Now you can run the following to get the demo server working:
Keeping this issue open, in order to document this till the next release.