Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 179 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 179 Bytes

Workerman

How to use?

//Server
docker run -d -p 8282:8282 -v /tmp/workerman:/var/www  --name workerman-app io84/workerman:latest sh

//Client
telnet 127.0.0.1 8282