May 2020
Intermediate to advanced
262 pages
6h 48m
English
In order to install the required container runtime, Moby, the repository on our Raspberry Pi needs to be modified.
To begin, do the following:
curl https://packages.microsoft.com/config/debian/stretch/multiarch/prod.list > ./microsoft-prod.list
sudo cp ./microsoft-prod.list /etc/apt/sources.list.d/ ...