如何在QNAP NAS 中設定Azure IoT Edge
本教學教您如何在QNAP NAS中安裝 Azure IoT Edge 執行階段,分為兩種平台安裝方式 : x86系列 - 使用Linux Station Arm系列 - 使用Container Station(LXC) X86 安裝方式 - Linux Station 請先在 App Center 安裝 Linux Station ,並在 Linux Station 中將 Ubuntu 16.04 安裝及設定完成 使用SSH 進入NAS 輸入指令進入 Ubuntu 16.04 Console : lxc-console -P `/sbin/getcfg ubuntu-hd Install_Path -f /etc/config/qpkg.conf`/lxc -n ubuntu_1604 -t 0 登入NAS admin 帳號密碼 安裝 Docker-ce 17.09.1 版本,參照以下指令步驟 : sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl software-properties-common nano -y curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt-get update sudo apt-get install docker-ce=17.09.1~ce-0~ubuntu -y 參照Microsoft官方 快速入門:將您的第一個 IoT Edge 模組部署至 Linux x64 裝置 文件進行後續設定( 請跳過 安裝容器執行階段 段落,因為我們已經安裝好Docker環境 ) Arm 安裝方式 - Container Station(L...





