A Docker container based on alpine for running pywws. (Tracks the latest pywws version)
10K+
Provides a Docker image for pywws. Find out more about pywws here: https://github.com/jim-easterbrook/pywws
Based on Alpine Linux, which provides far leaner images (sub-100mb!)
Use --privileged to give access to USB devices (you should also be able to directly pipe your weather station's HID device into the container with --device, but it's untested!)
Test the connection like this:
docker run –-privileged duckfullstop/pywws pywws-testweatherstation
Following Jim's example using ~/weather/data, you can gather data onto your local file system like this:
docker run -–privileged -v ~/weather/data:/var/data duckfullstop/pywws-docker pywws-livelog /var/data
Content type
Image
Digest
Size
74.1 MB
Last updated
over 9 years ago
docker pull duckfullstop/pywws-docker