shakeelmohamed / raspberry-pi-2

Things I have setup on my Raspberry Pi 2
0 stars 0 forks source link

Screw this, use docker! #1

Closed shakeelmohamed closed 8 years ago

shakeelmohamed commented 9 years ago

http://blog.hypriot.com/post/get-your-all-in-one-docker-playground-now-hypriotos-reloaded/

  1. Getting started guide
  2. Mac OS X guide
shakeelmohamed commented 8 years ago

After building a lot, the images will be cached and take up a ton of space. Address this by running

docker rmi $(docker images -q -f dangling=true)