Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.23 KB

README.rst

File metadata and controls

71 lines (42 loc) · 1.23 KB

Websocketd on Docker with Nginx Proxy

Use this repository to quickly test Websocketd

Thank you Web-vmstats for its implementation of vmstat with websocketd

Based on Docker 1.4.1 with Ubuntu 14.04 and latest Websocketd

Screenshots

vmstat

Docker Build

$ git clone https://github.com/srault95/docker-websocketd.git

$ cd docker-websocketd

$ docker build -t srault95/websocketd .

Docker Run

$ docker run -d --name mysocket -p 8089:80 srault95/websocketd

Change User/Password

$ docker run -d --name mysocket -p 8089:80 \
  -e DEFAULT_USER=myuser -e DEFAULT_PASSWORD=password \
  srault95/websocketd

Links