An image for any raspberry pi to run pimoroni enviro sensor readings with C#.Net 6
127
docker-compose.yaml [Make sure to replace your device connection string]
version: "3.8"
services:
using-env-variables:
image: enviroimage
build:
context: .
dockerfile: ./Dockerfile
environment:
- Device:AzureConnectionString=HostName=your-host;DeviceId=your-device-id;SharedAccessKey=your-device-sas-token
- Device:TelemetryReadDurationInSeconds=45
- Device:OutputTelemetry=true
Content type
Image
Digest
sha256:ea53d0a1d…
Size
87.4 MB
Last updated
about 4 years ago
docker pull blgorman/pimoroni-enviro-net6-azure-iot:v1