Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grassdog/docker-river5
- Owner: grassdog
- Created: 2016-03-30T05:51:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T11:31:52.000Z (over 8 years ago)
- Last Synced: 2024-11-06T15:59:13.116Z (about 2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```