Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bee-queue/docker-arena

The official docker application for bee-queue arena.
https://github.com/bee-queue/docker-arena

Last synced: 5 days ago
JSON representation

The official docker application for bee-queue arena.

Awesome Lists containing this project

README

        

# docker-arena

The official docker application for bee-queue arena.

You can `docker pull` Arena from [Docker Hub](https://hub.docker.com/r/mixmaxhq/arena).

To build the image simply run:

```shell
$ docker build -t .
```

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:

```shell
$ docker run -p 4567:4567 -v :/opt/arena/index.json
```

See [the docs][usage] for `index.json`.

[usage]: https://github.com/bee-queue/arena/#usage