add python blinkie example

This commit is contained in:
2026-05-15 20:41:41 +01:00
parent 49ee2d15be
commit 83467531b0
6 changed files with 83 additions and 2 deletions

View File

@@ -18,6 +18,12 @@ a [dockerfile](./Dockerfile) and [compose file](./compose.yaml) have been provid
keep in mind the commands will run in the docker container, too.
you do not need to clone this repository to use the compose file provided.
the docker image installs the python
[`requests` library](https://docs.python-requests.org/en/latest/index.html),
so you can use it for calling external APIs inside the container.
the `pdweather` blinkie example does this.
### custom images
to use utilities not installed in the standard docker image,