Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 724 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 724 Bytes

rpi-google-coder

Google Coder as ARM compatible Docker image

Docker image

Google Coder is an awesome project that provides a complete coding environment in your browser. It is made specifically for Raspberry Pi as it allows to access the hardware of the Pi via the GPIO's.

Build the image

docker build -t hypriot/rpi-google-coder github.com/hypriot/rpi-google-coder

Run Google Coder

docker run -d -p 8080:8080 -p 8081:8081 hypriot/rpi-google-coder

You can access Google Coder on your Raspberry Pi via a web browser: https://"%IP_of_your_Raspberry_Pi%":8080/, for example: https://192.168.2.108:8080/ Do not forget to use https!