Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.56 KB

Nyancat Telnet Server

Docker Stars Docker Pulls Docker Build Docker Image Size and Layers

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

Checkout 「Nyan Cat Telnet Server」 project homepage for demos.

By default, 40 connections are allowed at once.

View onenetd help document by running $ docker exec nyancat-server sh -c "onenetd -h"

Author

Wei He github@weispot.com