Navigation Menu

Skip to content

yadutaf/docker-tty.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Simple tty.js Docker image that "just works". Sticks as much as possible to Docker's best practices.

Usage

To run this image, pull the repository and run the image:

docker pull yadutaf/tty.js
docker run -t --rm -p 8080:8080 ttyjs

Alternatively, you may rebuild the image from sources:

git clone https://github.com/yadutaf/docker-tty.js.git
cd docker-tty.js
docker build -t ttyjs .
docker run -t --rm -p 8080:8080 yadutaf/ttyjs

Then visit http://localhost:8080/ and enjoy !

License

MIT

About

Simple tty.js Docker image that "just works"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages