Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 339 Bytes

##docker-websockify

Docker Image for Websockify WebSocket to TCP proxy/bridge

For more information on Websockify, see the official project page: https://github.com/kanaka/websockify/

Example

# Expose local port 5900 through WebSocket on port 8080
docker run --net=host -u nobody siboulet/websockify 8080 localhost:5900