A web-based terminal, using node + socket.io
562
From Docker Index
docker pull dorowu/ubuntu-ssh-ttyjs
Build yourself
git clone https://github.com/fcwu/docker-ubuntu-ssh.git
docker build --rm -t doro/ubuntu-ssh docker-ubuntu-ssh
docker run -i -t --entrypoint=/bin/bash -p 3000:3000 doro/ubuntu-ssh
Use environment variables to overwrite defaults
| Variable | Default | Description |
|---|---|---|
| USER | ubuntu | username allowed to login |
| PASS | ubuntu | password for login |
Browse http://127.0.0.1:3000/vnc.html

Content type
Image
Digest
Size
122.2 MB
Last updated
about 9 years ago
docker pull bryanlatten/docker-ubuntu-ssh