Skip to the content.

stars forks issues GitHub contributors Visitor count Twitter

Running Docker on IoT Edge Platform

Popular IoT Edge devices like Raspberry Pi and Jetson Nano are now plenty powerful to run a regular Linux distro, have a Docker engine installed, and run your containers without much overhead. Undoubtedly, most of the devices out there are more powerful than the small VMs provided by major cloud services. IoT applications target a wide variety of device platforms.

Here’s a curated list of developer tools and tutorials that shows how containers help in accelerating apps on the IoT Edge devices:

Raspberry Pi

NVIDIA Jetson Nano

NVIDIA Jetson AGX Xavier

- [Getting Started](https://github.com/collabnix/ioetplanet/blob/master/nvidia/jetsonxavier/README.md#getting-started-with-jetson-agx-xavier)
- [Identifying the Jetson Board](https://github.com/collabnix/ioetplanet/blob/master/nvidia/jetsonxavier/README.md#identify-the-jetson-board)
- [Running Docker on Xavier](https://github.com/collabnix/ioetplanet/blob/master/nvidia/jetsonxavier/README.md#installing-docker)
- [Running JTOP on Xavier](https://github.com/collabnix/ioetplanet/blob/master/nvidia/jetsonxavier/README.md#installing-jtop)
- [Running DeepStreaming on Xavier](https://github.com/collabnix/ioetplanet/blob/master/nvidia/jetsonxavier/README.md#running-the-deepstreaming-container)<br>

Pine64

- [An Overview of $200 Pinebook Pro ARM Laptop](https://github.com/collabnix/ioetplanet/blob/master/pine64/overview/README.md) 
- [A First look at Docker on Pinebook Pro](https://github.com/collabnix/ioetplanet/blob/master/pine64/docker/install.md)
- [Docker Compose on Pinebook Pro Laptop](https://github.com/collabnix/ioetplanet/blob/master/pine64/docker/install.md#installing-docker-compose)
- [Installing K3s on Manjaro](https://github.com/collabnix/ioetplanet/blob/master/pine64/kubernetes/k3s/README.md)
- [Running Portainer on Pine64](https://github.com/collabnix/ioetplanet/blob/master/pine64/kubernetes/k3s/README.md)