5 ms·
Get the most recent Docker working on your Raspberry Pi in no time at all. See what is already possible with such tiny device. Love to hear your feedback!
by beagile 12y ago
Get the most recent Docker working on your Raspberry Pi in no time at all. See what is already possible with such tiny device.
Love to hear your feedback!
- rcarmo 12y agoHow future-proof is this? i.e., where do we get updates from? (if there aren't any extra APT repos, is there a source tree/recipe to upgrade to later versions?)
- beagile 12y agoCurrently this is more of an experiment to see if it is possible to get Docker running. The image is based on Raspbian with a custom kernel compiled for working with Docker and OverlayFS. We will publish our buildscript within a couple of days on github. Based on the feedback we get we want to provide updates to the image on a regular base.
- rcarmo 12y agoThanks. I would very much like to see that buildscript - I've been tinkering with the idea of building something along these lines but with an Ubuntu armhf userland (given that Ubuntu on ARM has a lot of advantages for me).