https://github.com/gohanlon/netcat-dockerfile
Ready-to-deploy netcat server that logs received connections
https://github.com/gohanlon/netcat-dockerfile
docker dockerfile netcat
Last synced: 3 months ago
JSON representation
Ready-to-deploy netcat server that logs received connections
- Host: GitHub
- URL: https://github.com/gohanlon/netcat-dockerfile
- Owner: gohanlon
- License: mit
- Created: 2022-07-11T18:01:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T22:47:01.000Z (over 3 years ago)
- Last Synced: 2025-04-03T12:16:43.683Z (10 months ago)
- Topics: docker, dockerfile, netcat
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netcat-dockerfile
Deploy this `Dockerfile` to a server to inspect incoming connections.
For example, I was troubleshooting a web app deployed to [Fly.io][1] 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.
[1]: http://fly.io