A minimal Power Bomberman container to run the server.
The tags for this container will be in varying granularities. As a basis you have the following tags:
latest: Always the latest major and minor version.<version>: E.g. `power-bomberman:0.7.7c<version>.`: This is tied to the server version and build version if you want it completely pinned down.
PB_NAME: Server namePB_PORT: Server portPB_MAX_CLIENTS: Maximum allowed clients to connect to the server. Any exceeding connection attempts will be rejected.PB_MAX_ROOMS: Maximum amount of rooms allowed to be running at the same time.PB_LATENCY_MODE: Latency mode. Lower is better! Possible options are low, medium, and high.
To run the server normally with docker, just execute
docker run -it --name power-bomberman -p 64640:64640 alicianibbles/power-bomberman:latest