gohanlon / netcat-dockerfile

Ready-to-deploy netcat server that logs received connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netcat-dockerfile

Deploy this Dockerfile to a server to inspect incoming connections.

For example, I was troubleshooting a web app deployed to Fly.io that was crashing when receiving basic health checks. I used this to confirm that the incoming basic health checks do nothing more than open a TCP connection and immediately close it without sending any data.

About

Ready-to-deploy netcat server that logs received connections

License:MIT License


Languages

Language:Dockerfile 74.8%Language:Shell 25.2%