Simple netcat (NC) persistent "listen" server running on Alpine Linux. https://docker.asifbacchus.app
Go to file
Asif Bacchus e4fdd4c16b update to alpine 3.12 2020-12-31 01:49:58 -07:00
.vscode initial build 2020-02-07 06:14:56 -07:00
.gitattributes repo set up 2020-02-07 05:46:15 -07:00
.gitignore repo set up 2020-02-07 05:46:15 -07:00
Dockerfile update to alpine 3.12 2020-12-31 01:49:58 -07:00
README.md update readme 2020-02-07 07:51:18 -07:00
entrypoint.sh add built-in help 2020-02-07 07:23:23 -07:00

README.md

ab-netcat

Simple BSD-style netcat (NC) persistent "listen" server running on Alpine Linux. Run docker run --rm docker.asifbacchus.app/ab-netcat help for a quick-reference usage overview.

Container usage

General usage:

docker run [-d|-it] --init --rm -p [<ipaddr>:]<host port>:5555 [--name ab-netcat] [-e TZ=timezone] docker.asifbacchus.app/ab-netcat [/bin/sh]

Please consult the repo wiki for detailed usage instructions and notes.

Questions, Suggestions or Comments

Please create an issue if anything needs to be fixed or you have suggestions for enhancements. Otherwise, I hope it's useful to you!