sh 在Ubuntu上安装Azure IoT运行时
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Ubuntu上安装Azure IoT运行时相关的知识,希望对你有一定的参考价值。
# Register Microsoft key and software repository feed
apt-get update
apt-get install curl gpg vim
curl https://packages.microsoft.com/config/ubuntu/$(awk -F= '$1=="DISTRIB_RELEASE" { print $2 ;}' /etc/lsb-release)/prod.list > ./microsoft-prod.list
cp ./microsoft-prod.list /etc/apt/sources.list.d/
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
cp ./microsoft.gpg /etc/apt/trusted.gpg.d/
apt-get update
apt-get install -y moby-engine moby-cli iotedge
以上是关于sh 在Ubuntu上安装Azure IoT运行时的主要内容,如果未能解决你的问题,请参考以下文章
Windows主机上运行Azure IoT Edge的推荐方法
Windows 上的边缘计算 Azure IoT Edge for Iinux on Windows
使用Harbor+Auzre IOT Edge构建智能边界
Azure IoT Edge ModuleClient 在另一个模块中调用直接方法
ubuntu14.10上安装coreseek不成功,运行buildconf.sh不能生成configure
IoT 中心到 Azure Edge