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
$ git clone https://github.com/srault95/docker-websocketd.git
$ cd docker-websocketd
$ docker build -t srault95/websocketd .
- default user/password: root/root
- http://YOUR_PUBLIC_IP:8089
$ docker run -d --name mysocket -p 8089:80 srault95/websocketd
$ docker run -d --name mysocket -p 8089:80 \
-e DEFAULT_USER=myuser -e DEFAULT_PASSWORD=password \
srault95/websocketd