ab-netcat/README.md

16 lines
676 B
Markdown
Raw Permalink Normal View History

2020-02-07 05:44:27 -07:00
# ab-netcat
2020-02-07 07:51:18 -07:00
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.
2020-02-07 07:33:19 -07:00
## 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](https://git.asifbacchus.app/ab-docker/ab-netcat/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!