vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.74k stars 261 forks source link

Docker support #86

Closed tibkiss closed 3 years ago

tibkiss commented 3 years ago

Thanks for this awesome tool! I have dockerized it so that it can be used in k8s.

Ideally an automated build should be setup either via docker hub or by similar service, so that the docker images are in sync with the actual version. Let me know if you need help with that.

vi commented 3 years ago

Ideally an automated build should be setup either via docker hub or by similar service, so that the docker images are in sync with the actual version.

Do you mean publishing Alpine-Websocat docker images to Docker Hub?