15th May 2015
Raspberry Pi and Docker
May 14, 2015
I decided to checkout Docker on Raspberry Pi.
There is an image available for Raspberry Pi with Docker. I started with that.
http://blog.hypriot.com/getting-started-with-docker-and-mac-on-the-raspberry-pi/
The procedure was quite simple. I downloaded the zip file, unzip-ed it and used a Mac to save the image to a SD Card.
A test program – simple httpd server (mentioned in the above website) also worked great
docker run -d -p 80:80 hypriot/rpi-busybox-httpd
May 14, 2015
I decided to checkout Docker on Raspberry Pi.
There is an image available for Raspberry Pi with Docker. I started with that.
http://blog.hypriot.com/getting-started-with-docker-and-mac-on-the-raspberry-pi/
The procedure was quite simple. I downloaded the zip file, unzip-ed it and used a Mac to save the image to a SD Card.
A test program – simple httpd server (mentioned in the above website) also worked great
docker run -d -p 80:80 hypriot/rpi-busybox-httpd
Posted in IoT | No Comments »