Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bee-queue/docker-arena
- Owner: bee-queue
- Created: 2020-08-04T17:43:26.000Z (over 4 years ago)
- Default Branch: default
- Last Pushed: 2023-03-31T12:28:43.000Z (over 1 year ago)
- Last Synced: 2024-04-14T12:54:00.747Z (7 months ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 16
- Watchers: 4
- Forks: 15
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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