Xterm.js: Propose: create xterm.js organization on the dockerhub and push xterm.js image to the dockerhub.

Created on 22 Feb 2018  路  1Comment  路  Source: xtermjs/xterm.js

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.

typdocumentation

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:

docker run -p 3000 xtermjs/xterm.js 

Keeping this issue open, in order to document this till the next release.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Mlocik97-issues picture Mlocik97-issues  路  3Comments

jestapinski picture jestapinski  路  3Comments

7PH picture 7PH  路  4Comments

kolbe picture kolbe  路  3Comments

circuitry2 picture circuitry2  路  4Comments