Skip to content

Raspberry Pi GPIO project: develop&build x64, deploy linux-arm

Notifications You must be signed in to change notification settings

josemotta/pi-docker-gpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pi-docker-gpio

Raspberry Pi GPIO project - develop&build x64 then deploy linux-arm


ASPNET.WEBAPI.RPI.GPIO

Enjoy!

Deployment Workflow

x64: Development

cd ".\aspnet.webapi.rpi.gpio"

x64: Linux-Arm Build

docker-compose -f docker-compose.ci.build.yml build
docker build -t josemottalopes/gpio:latest .
docker push josemottalopes/gpio:latest

arm: RaspberryPi Deployment:

export ASPNETCORE_URLS="http://*:5000"
docker run --privileged -p 5000:5000 josemottalopes/gpio

any: CLIENT Test:

curl -H "Content-Type: application/json" -d 'true' http://lumi:5000/api/blinky

curl -H "Content-Type: application/json" -d 'false' http://lumi:5000/api/blinky

About

Raspberry Pi GPIO project: develop&build x64, deploy linux-arm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages