Skip to content

don41382/docker-rpi-python3-with-bluetooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpi-python3 with bluetooth & bluepy running

Raspberry Pi compatible Docker base image with Python 3 and bluepy/bluez/bluetooth preinstalled.

Run all the commands from within the project root directory.

Build Details

Run the docker image inside of your raspberry-pi

  1. Follow the instruction from Hypriot aka the Docker Pirates
  2. start the docker with bluetooth from host
docker run -a stdin -a stdout -i -t  -it --net host don41382/rpi-python3-with-bluetooth

Build the Docker Image

make build

Run the Docker Image and get the version of the installed Python

make version

Push the Docker Image to the Docker Hub

  • First use a docker login with username, password and email address
  • Second push the Docker Image to the official Docker Hub
make push

License

"THE BEER-WARE LICENSE" (Revision 42): Felix Eckhardt wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return

Thanks to

About

Docker setup with python3 + bluez (bluetooth)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published