Sign inSign up

ledlamp/mpp

By ledlamp

Updated about 6 years ago

Multiplayer Piano Docker Image

Image
0

156

ledlamp/mpp repository overview

Multiplayer Piano Docker image using nginx, eldit's unofficial server and a copy of Multiplayer Piano's frontend from here.

Run

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.

Tag summary

Content type

Image

Digest

Size

541.4 MB

Last updated

about 6 years ago

docker pull ledlamp/mpp