Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Raspberry 4b上的.NET内核内部Docker映像_Docker_.net Core_Raspberry Pi_Arm_Containers - Fatal编程技术网

Raspberry 4b上的.NET内核内部Docker映像

Raspberry 4b上的.NET内核内部Docker映像,docker,.net-core,raspberry-pi,arm,containers,Docker,.net Core,Raspberry Pi,Arm,Containers,我有一个安装了Raspbian的Raspberry PI 4b。 还安装了Docker,它似乎工作正常(使用Docker run hello world对其进行了测试) 但是,我正在尝试从microsoft运行容器 uname m返回arm71,这意味着它是linux arm32体系结构 当我运行docker run-it--rm mcr.microsoft.com/dotnet/core/samples:dotnetapp-buster-slim-arm32v7时,我不断得到“standard

我有一个安装了Raspbian的Raspberry PI 4b。 还安装了Docker,它似乎工作正常(使用
Docker run hello world
对其进行了测试)

但是,我正在尝试从microsoft运行容器

uname m
返回arm71,这意味着它是
linux arm32
体系结构

当我运行
docker run-it--rm mcr.microsoft.com/dotnet/core/samples:dotnetapp-buster-slim-arm32v7
时,我不断得到“standard\u init\u linux.go:211:exec用户进程导致“exec格式错误”

据我所知,这基本上意味着我的容器针对的是错误的体系结构。所以我尝试了所有其他架构,但仍然没有结果


我的目标是在Raspberry上的docker容器中运行一个简单的.NETCore3.0API。这应该是一个简单的第一步,但它给我带来了困难。

证明上述步骤是正确的。只是来自microsoft的
mcr.microsoft.com/dotnet/core/samples
映像已损坏/无法工作。 其他像运行时这样的程序运行得很好