Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 259 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 259 Bytes

Docker Chess Engine

This docker image runs the Stockfish engine, and exposes it on port 8080.

To run, just expose the port on your host, and connect to it as you would a normal remote UCI engine:

$ docker run -d -p 8080:8080 damon/chess-engine