Skip to content

Instantly share code, notes, and snippets.

@bsergean
Created September 9, 2020 21:01
Show Gist options
  • Save bsergean/b3915a7316f6a199313e58ec9dcc2e7b to your computer and use it in GitHub Desktop.
Save bsergean/b3915a7316f6a199313e58ec9dcc2e7b to your computer and use it in GitHub Desktop.
Run a websocket echo server locally with docker (problem with Ctrl-C)
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