
xylphid/wettyTerminal over HTTP and HTTPS. Wetty is an alternative to ajaxterm/anyterm but much better than them because wetty uses ChromeOS' terminal emulator (hterm) which is a full fledged implementation of terminal emulation written entirely in Javascript. Also it uses websockets instead of Ajax and hence better response time.
0.2.0, latest$ docker run --name some-name -d xylphid/wetty:latest
$ docker run --name some-name -p 80:3000 -d xylphid/wetty:latest
Then you can hit http://localhost/ or [***]in your browser and log in with user wetty and password wetty.
version: "3" services: app: image: xylphid/wetty:latest port: - "80:3000" restart: always
version: "3" services: app: image: xylphid/wetty:latest labels: - "traefik.backend=my-project" - "traefik.frontend.rule=Host:my-project.domain.tld" - "traefik.port=3000" restart: always
It is possible to configure your wetty (shell, group, user, password) when building the image.
$ docker build --build-arg USER=some_user --build-arg PASS=some_password -t xylphid/wetty .
version: "3" services: wetty: build: context: . args: USER: some_user PASS: some_password port: - "80:3000" restart: always
This docker image inherits from nodejs:latest image.






manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务