A docker container running pywws on the Raspberry Pi
168
This is based entirely off of the work by https://hub.docker.com/r/duckfullstop/pywws-docker
I just edited the docker file to work for the Pi.
As per duckfullstop description -
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
sha256:990a6408b…
Size
118.7 MB
Last updated
almost 4 years ago
docker pull tasirith/pywws-raspberry-pi