我已经在RaspberryPi 4上安装了Docker,我想通过Docker Hub将ASP.NET Core3.1应用程序(剃刀页面电影示例应用程序)部署到我的Pi上。当我从Docker集线器中拉出镜像并尝试运行它时,我得到错误
standard_init_linux.go:211: exec user process caused "exec format error我已经在
在树莓派上运行Debian中的docker容器。我有以下代码: pi@raspi:~ $ docker container run --rm -it debian
root@64711f73f7da:/# time curl http://google.combash: curl: command not found 然而,如果我在docker容器之外运行curl,它运行得很好: pi@