Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to put the images with docker #19

Open
smitterer opened this issue Jan 24, 2023 · 3 comments
Open

Where to put the images with docker #19

smitterer opened this issue Jan 24, 2023 · 3 comments

Comments

@smitterer
Copy link

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

@danielkucera
Copy link
Owner

You can specify directory variable and map it from host:

https://github.com/danielkucera/epaper-station/blob/master/station.py#L18

@smitterer
Copy link
Author

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.

@danielkucera
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants