在 Docker 中使用 OpenThread 模拟 Thread 网络有关问题。

根据在open thread官方找到的说明书:

在 Docker 中使用 OpenThread 模拟 Thread 网络 在此 Codelab 中,您将使用 Docker 中的 OpenThread 在虚拟设备上模拟 Thread 网络。 https://openthread.google.cn/codelabs/openthread-simulation#0
按部就班的操作,一直到第三步

img

出现了报错:bash: /output/simulation/bin/ot-cli-ftd: No such file or directory

自行查找过No such file or directory的解决方案,安装了sudo apt-get install ia32-libs。

但是没有什么卵用……

不知道接下来该怎么办,求指路。