Created
September 9, 2020 21:01
-
-
Save bsergean/b3915a7316f6a199313e58ec9dcc2e7b to your computer and use it in GitHub Desktop.
Run a websocket echo server locally with docker (problem with Ctrl-C)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -p8008:8008 -it bsergean/ws:10.3.4 echo_server --host 0.0.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment