Skip to content

srault95/docker-websocketd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker + Websocketd + Nginx + vmstat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published