tom7's playfun, dockerized
10K+
Run Playfun nodes in Docker
Because Playfun runs best in so-called "MARIONET" mode, multiple playfun instances should be managed in some kind of container orchestration tool. I use docker-compose. I have provided an example docker-compose config.
The simplest way to configure Playfun is to include all files in a folder that is mounted to /playfun/config. Inside config.txt, both the game and movie values should be prefixed with config/. Here's an example:
game config/game
movie config/game.fm2
This will ensure Playfun uses your mounted config directory for all the files it reads and writes. Make sure each config item ends with a new line!
Assuming a docker-compose configuration, run learnfun first with docker-compose run --rm playfun-master --learnfun. Then start playfun with docker-compose up.
Content type
Image
Digest
sha256:0234cd8a5…
Size
164.9 MB
Last updated
9 months ago
docker pull corysanin/playfun