Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wei/nyancat-server

Docker Image for klange/nyancat telnet server.
https://github.com/wei/nyancat-server

docker-image dockerfile nyancat telnet-server

Last synced: 14 days ago
JSON representation

Docker Image for klange/nyancat telnet server.

Awesome Lists containing this project

README

        

# Nyancat Telnet Server

[![Docker Stars](https://img.shields.io/docker/stars/ddhhz/nyancat-server.svg)](https://hub.docker.com/r/ddhhz/nyancat-server/) [![Docker Pulls](https://img.shields.io/docker/pulls/ddhhz/nyancat-server.svg)](https://hub.docker.com/r/ddhhz/nyancat-server/) [![Docker Build](https://img.shields.io/docker/build/ddhhz/nyancat-server.svg)](https://hub.docker.com/r/ddhhz/nyancat-server/builds/) [![Docker Image Size and Layers](https://images.microbadger.com/badges/image/ddhhz/nyancat-server.svg)](https://microbadger.com/images/ddhhz/nyancat-server)

Docker Image for a nyancat telnet server.

## Usage

### Telnet Server
```bash
$ docker run -d --name nyancat-server --restart=always -p 23:23 ddhhz/nyancat-server
```

##### To view:
```bash
$ telnet
```

### View Locally, aka show me the cat
```bash
$ docker run -d --name nyancat-local ddhhz/nyancat-server

$ docker exec -it nyancat-local nyancat
```

## Using

### [klange/nyancat](https://github.com/klange/nyancat)
Checkout 「[Nyan Cat Telnet Server](http://nyancat.dakko.us/)」 project homepage for demos.

### [atsampson/onenetd](https://github.com/atsampson/onenetd)
> 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**](https://whe.me) [[email protected]_](mailto:[email protected])