To install Moby onto our Raspberry Pi, do the following:
- Perform an update by typing the following command into a Terminal prompt:
sudo apt-get update
- Now, install the Moby engine by using the following command:
sudo apt-get install moby-engine
- Click on Y to accept the changes.
You may get an error when trying to install moby-engine, whereby a message directs you to install additional packages (sudo dpkg --configure -a and sudo apt --fix-broken install). Please follow these instructions in order to get past any installation errors you may have.
Now that Moby is installed on our Raspberry Pi, we can proceed to install the Azure IoT Edge security daemon.