Skip to content

remonlam/rpi-docker-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Create a Weather Station on you're Raspberry Pi with the Sense-Hat. Raspberry Pi Sense-Hat

This Python based weather station runs inside a Docker container, sounds cool right :-)

To build the Docker image yourself

wget https://raw.githubusercontent.com/remonlam/rpi-docker-weather/master/Dockerfile docker build -t rpi-docker-weather .

To run the "pre-build" script just execute this line, if you run the Dockerfile make sure you change the image name

docker run -d --privileged=true remonlam/rpi-docker-weather

To run you're own script and mount /docker-data from the host to the container and execute "python /data/script.py"

docker run -d --privileged=true -v /docker-data:/data remonlam/rpi-docker-weather python /data/script-name.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published