Multiplayer Piano Docker image using nginx, eldit's unofficial server and a copy of Multiplayer Piano's frontend from here.
docker run -d --net=host ledlamp/mpp
MPP web server will be exposed on port 8080.
Note that host networking only works on Linux.
You could use the conventional bridge networking like so...
docker run -dp 80:8080 ledlamp/mpp
...but then everyone will be the same user.
Content type
Image
Digest
Size
541.4 MB
Last updated
about 6 years ago
docker pull ledlamp/mpp