Raspberry Pi compatible Docker base image with Python 3 and bluepy/bluez/bluetooth preinstalled.
Run all the commands from within the project root directory.
- Follow the instruction from Hypriot aka the Docker Pirates
- start the docker with bluetooth from host
docker run -a stdin -a stdout -i -t -it --net host don41382/rpi-python3-with-bluetooth
make build
make version
- First use a
docker login
with username, password and email address - Second push the Docker Image to the official Docker Hub
make push
"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
- João Sena Ribeiro [email protected] (Python3 base idea)
- Hypriot / Docker Pirates (Raspberry Pi + Docker)