maaso/dasher

By maaso

Updated over 7 years ago

A docker container for maddox's Dasher for Amazon Dash buttons, with volume support

Image

10K+

Usage

Create a config.json file (see the Dasher github page for details).

Once ready, run the following command and replace /your/config/dir with the correct path to the directory containing the config.json:

docker run -d --name dasher --net=host -v /your/config/dir:/root/dasher/config maaso:dasher

If you make changes to the config.json, they will be loaded after a docker restart of the container.

Credits

Dasher: https://github.com/maddox/dasher Based on clemenstyp's container: https://hub.docker.com/r/clemenstyp/dasher-docker/

Docker Pull Command

docker pull maaso/dasher