You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
src | 4 years ago | |
systemd | 9 years ago | |
.drone.yml | 1 month ago | |
.gitignore | 3 years ago | |
CHANGELOG | 9 years ago | |
Dockerfile | 1 year ago | |
Makefile | 3 years ago | |
README.md | 1 year ago | |
nyancat.1 | 4 years ago |
README.md
Nyancat Telnet Server
Docker Image for a nyancat telnet server.
Usage
Telnet Server
$ docker run -d --name nyancat-server --restart=always -p 23:23 ddhhz/nyancat-server
To view:
$ telnet <localhost or serverhost>
View Locally, aka show me the cat
$ docker run -d --name nyancat-local ddhhz/nyancat-server
$ docker exec -it nyancat-local nyancat
Using
klange/nyancat
Checkout 「Nyan Cat Telnet Server」 project homepage for demos.
atsampson/onenetd
By default, 40 connections are allowed at once.
View onenetd
help document by running $ docker exec nyancat-server sh -c "onenetd -h"