Sign inSign up

a0js/rpi-tty

By a0js

Updated almost 11 years ago

Dockerized tty.js Node Module. Enables web based Terminal.

Image
0

1.3K

a0js/rpi-tty repository overview

See GitHub Repo for Dockerfile

rpi-tty

Dockerized tty.js Node module. Enables web based terminal.

Usage

Simple -WARNING: This is minimally, if at all, secured. Use at your own risk!

docker run -d -p 8080:8080 --name tty a0js/rpi-tty

Point your browser to http://hostmachine:8080

You can use your own config file. See tty.js Docs for example config.

docker run -d -p 8080:8080 --name tty -v path/to/config.json:/config.json a0js/rpi-tty --config /config.json

Tag summary

Content type

Image

Digest

sha256:e35a723d7

Size

158.4 MB

Last updated

almost 11 years ago

docker pull a0js/rpi-tty