Skip to content

Raspberry PI Integration

Ningyue edited this page Jul 9, 2018 · 7 revisions

Using Docker on Raspberry PI

The Raspberry Pi is a series of small single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and in developing countries. It is pre-installed with Linux system. It is only a credit card size, equipped with an ARM architecture processor, and its computing performance is similar to that of a smartphone.

Using Docker to contain the service does not incur much overhead in the limited available resources on the Pi. As such we don't need a bloated operating system to run these images.

In this project, Our client contains several Raspberry PI and Cameras. And the client is achieved via Docker.

Clone this wiki locally