Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wei/nyancat-server
- Owner: wei
- Created: 2017-04-22T13:58:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T14:43:42.000Z (about 3 years ago)
- Last Synced: 2024-10-04T06:41:11.229Z (about 1 month ago)
- Topics: docker-image, dockerfile, nyancat, telnet-server
- Language: C
- Size: 139 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
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])