Sign inSign up

duckfullstop/pywws-docker

By duckfullstop

Updated over 9 years ago

A Docker container based on alpine for running pywws. (Tracks the latest pywws version)

Image
1

10K+

duckfullstop/pywws-docker repository overview

pywws-docker

Docker Hub

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

Tag summary

Content type

Image

Digest

Size

74.1 MB

Last updated

over 9 years ago

docker pull duckfullstop/pywws-docker