Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 372 Bytes

DOCKER.md

File metadata and controls

15 lines (9 loc) · 372 Bytes

Docker

A Docker image is available at https://hub.docker.com/r/pvtom/s10m

Configuration

Create a .config file as described in the Readme.

Start the docker container

docker run --rm -v /path/to/your/.config:/app/.config pvtom/s10m:latest

Thanks to felix1507 for developing the Dockerfile!