Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grassdog/docker-river5

Docker container for River5
https://github.com/grassdog/docker-river5

Last synced: 3 days ago
JSON representation

Docker container for River5

Awesome Lists containing this project

README

        

# River5 Docker Container

A docker container for running [River5](https://github.com/scripting/river5).

## Running with custom config

To provide your own config and lists you can map a directory on your host over to the container. The start up script will copy the config into place before running the app.

An example config is provided which you could map as follows:

```sh
$ docker run -d -p 1337:1337 -v $PWD/example-config:/config grassdog/river5
```