-
Notifications
You must be signed in to change notification settings - Fork 1
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
Lighter docker setup #1
Comments
Thanks for sharing too, davidzwa. |
Btw, did you have Zeroconf outside the docker network working? I can't discover any device which is running on my LAN. I've seen stuff like multicast being not supported by docker. Quite a hard question, I believe, but had to try. |
Unfortunately, I cannot respond to that one :-/ I just changed Dockerfile with your proposal. Just a note: python:3 base image is 930MB, while CentOS is 200MB. |
slim-buster or alpine should do the trick! :) Thx for the adjustment |
Thanks for sharing! Your docker setup is not as fast as it could be, so I though to share a simple setup which works for me:
This is much easier to understand for developers, because all we need to know is: does it have python and are my packages installed 👍
The text was updated successfully, but these errors were encountered: