I am currently following this blog to create IOT edge runtime container. IOT edge runtime
It shows that is support Ubuntu and one can create a container having IOT edge runtime using ubuntu image. But it also shows that we have to install moby-engine in it to make it working. What I know about moby-engine is that it is similar to docker. So why do we need to install moby-engine.
Question is can we create edge runtime container without using moby-engine..?
Plus edge runtime consists of two parts: 1. Azure IoT Edge Hub 2. Azure IoT Edge Agent Microsoft has given two separate containers for above two modules. For reference: https://hub.docker.com/_/microsoft-azureiotedge-hub?tab=description
https://hub.docker.com/_/microsoft-azureiotedge-agent?tab=description
But what I want is a single container having edge runtime installed and running both these services.
Any help , in how to run a edge runtime container, would be appreciated.