epaper-station
epaper-station copied to clipboard
Where to put the images with docker
Hi!
I'm very new to docker but usually had to map some folders. I don't see such here. Does there need to be some mapping so the program can find the images? Should there be some log outputs except "Station started"?
Thanks
You can specify directory variable and map it from host:
https://github.com/danielkucera/epaper-station/blob/master/station.py#L18
Thanks!
Should this hold something like /docker/epaperstation/ or the complete path /volume1/docker/epaperstation (I'm running docker on a Synology. Normally I would run a docker container via the GUI and there I only set /docker/epaperstation/ as the path.
Should there be any other log output except "Station started"? For example when a connection to a price tag was accomplished.
You should see logs when the display requests some data. You can choose the path however you want, I am not familiar with synology Docker.