Skip to content

duckfullstop/pywws-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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

About

Provide a Docker container for pywws.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published