Sign inSign up

vitalsparkplug/rpi-google-coder

By vitalsparkplug

Updated almost 10 years ago

Hypriot/rpi-google-coder with a modified coder web page app

Image
0

283

vitalsparkplug/rpi-google-coder repository overview

Hypriot/rpi-google-coder with a modified coder web page app...

  • Specifically, a modified coder app to understand the docker process for container state change commit/push process.
  • docker commit -m "modification string" vitalsparkplug/rpi-google-coder:christmas_day # saved the modified container on the raspberry pi host.
  • docker push vitalsparkplug/rpi-google-coder # To push the image to this repo (with public access).
  • docker run -d -p 8080:8080 -p 8081:8081 vitalsparkplug/rpi-google-coder:christmas_day #To run
  • https://<pi_ip addess>:8080 #To access the google coder webpage app being served
  • docker exec -i -t jolly_fermat /bin/bash # To access the container via a bash shell...jolly_fermat the unique container name. This is found by
  • docker ps #... CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7ee757424a7a vitalsparkplug/rpi-google-coder:christmas_day "node server.js" 24 minutes ago Up 24 minutes 0.0.0.0:8080-8081->8080-8081/tcp jolly_fermat

Tag summary

Content type

Image

Digest

Size

122.8 MB

Last updated

almost 10 years ago

docker pull vitalsparkplug/rpi-google-coder:christmas_day