Skip to Content
Hands-On Edge Analytics with Azure IoT
book

Hands-On Edge Analytics with Azure IoT

by Colin Dow
May 2020
Intermediate to advanced
262 pages
6h 48m
English
Packt Publishing
Content preview from Hands-On Edge Analytics with Azure IoT

Installing the repository configuration

In order to install the required container runtime, Moby, the repository on our Raspberry Pi needs to be modified.

To begin, do the following:

  1. Open up a Terminal on the Raspberry Pi by clicking on the icon at the top left of the screen (this should be the fourth icon from the left).
  2. Type the following code and hit Enter:
curl https://packages.microsoft.com/config/debian/stretch/multiarch/prod.list > ./microsoft-prod.list
  1. If you look in the current directory (the default is /home/pi), you will see that a file named microsoft-prod.list was created. We need to copy this file to the appropriate directory. To do this, type in the following command and hit Enter:
sudo cp ./microsoft-prod.list /etc/apt/sources.list.d/ ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Azure IoT Edge Computing: Extending the Cloud to the Intelligent Edge

Beginning Azure IoT Edge Computing: Extending the Cloud to the Intelligent Edge

David Jensen

Publisher Resources

ISBN: 9781838829902Supplemental Content