The official docker application for bee-queue arena.
You can docker pull Arena from Docker Hub.
To build the image simply run:
$ docker build -t <name-image> .To run a container, execute the following command. Note that we need to settle the location of index.json in this container via volume mounting:
$ docker run -p 4567:4567 -v </local/route/to/index.json>:/opt/arena/index.json <name-image>See the docs for index.json.