Micro[service to control ]GPIO pins via REST
Microservice to control GPIO pins via REST
docker run -e MICROGPIO_PIN_MAPPING="light:22,fan:27" -d -p8080:8080 -v /sys:/sys teran/microgpio:armv7-latest
Please note microgpio is built for ARMv7 at the moment.
If you need any other platform(supported by Go, obviously;), feel free to report issue or create a pull request.