Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.
/ rpi-google-coder Public archive

Google Coder as ARM compatible Docker image

Notifications You must be signed in to change notification settings

hypriot/rpi-google-coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Google Coder as ARM compatible Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published