poad / web-terminal

Home Page:https://hub.docker.com/r/poad/web-terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

The terminal emulator on Web browser.

Tags

xtermjs based images

These images are based by xterm.js.

docker run --rm -it -p 3000:3000 -d poad/web-terminal:_tag_

xtermjs

The base image for each images by xtermjs.

jshell

The JShell by AdoptOpenJDK 11 Hostspot VM.

jshell-gradle

The JShell by AdoptOpenJDK 11 Hostspot VM with jshell-gradle-plugin.

jshell-maven

The JShell by AdoptOpenJDK 11 Hostspot VM with jshell-maven-plugin.

sbt-console

The sbt console.

Rust

The Rust REPL by Evcxr REPL

Swift

The Swift REPL.

Warning: swift repl require privileged option. docker run --rm -it -p 3000:3000 --privileged -d poad/web-terminal:swift

TypeScript

The TypeScript REPL by ts-node

Attention

Safari with IME

日本語版のmacOSの場合、英数字入力モードではキー入力を受け付けてくれないようです。 解決方法などは下記をご参照ください。

https://ytooyama.hatenadiary.jp/entry/2019/06/20/223936

License

see LICENSE

About

https://hub.docker.com/r/poad/web-terminal

License:Apache License 2.0


Languages

Language:Dockerfile 51.1%Language:TypeScript 38.3%Language:HTML 5.0%Language:Shell 3.2%Language:JavaScript 2.4%