bee-queue / docker-arena

The official docker application for bee-queue arena.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-arena

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.

About

The official docker application for bee-queue arena.


Languages

Language:JavaScript 55.4%Language:Dockerfile 44.6%