maaso/dasher
A docker container for maddox's Dasher for Amazon Dash buttons, with volume support
10K+
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.
Dasher: https://github.com/maddox/dasher Based on clemenstyp's container: https://hub.docker.com/r/clemenstyp/dasher-docker/
docker pull maaso/dasher