docker 提示image operating system “linux“ cannot be used on this platform

雨点打透心脏的1/2处 2022-05-12 09:08 411阅读 0赞

在命令行中输入docker run -p 8050:8050 scrapinghub/splash

  1. Unable to find image 'scrapinghub/splash:latest' locally
  2. latest: Pulling from scrapinghub/splash
  3. docker: image operating system "linux" cannot be used on this platform.
  4. See 'docker run --help'.

docker: image operating system "linux" cannot be used on this platform. 这条信息我们可以了解到docker run -p 8050:8050 scrapinghub/splash 这条命令不是当前操作环境下的指令,所以我们需要将操作环境装换到linux下,具体操作如图所示:

这里写图片描述

发表评论

表情:
评论列表 (有 0 条评论,411人围观)

还没有评论,来说两句吧...

相关阅读