linux - Azure Web应用程序: Unable to install docker buildx in SSH

标签 linux azure docker ssh azure-web-app-service

我正在 Azure 上运行应用服务。我可以通过 SSH 进入 Linux 终端。

Linux 版本:Debian 9.13(Debian GNU/Linux 9.13(延伸))

运行时:

apt-get install docker-buildx-plugin

我得到:

E:无法找到软件包 docker-buildx-plugin

我试过了

运行 apt-get update

以及此安装 Docker Engine guide 中提到的所有步骤

最佳答案

即使我在运行命令 apt-get install docker-buildx-plugin 时遇到了与您显示的相同的错误。

enter image description here

谢谢@tiborvass用于命令。

我引用了上述文档。

运行以下命令。

curl -sSL https://get.docker.com/ | sh

此命令将运行docker-buildx-plugin

enter image description here

  • 现在运行docker buildx version来检查已安装的版本。

enter image description here

  • 现在尝试运行您最初尝试过的命令。
apt-get install docker-buildx-plugin

我现在没有收到错误。

enter image description here

关于linux - Azure Web应用程序: Unable to install docker buildx in SSH,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76481950/

相关文章:

linux - 为什么 crontab 在指定月份和星期几时使用 OR?

php - 将 SVG 图表放入生成的 PDF 文件中

c - 用 C : 1E8, 4E6, 1E7 4E6 调度进程

Azure Kusto - 在跟踪中的消息字段上使用 extract()

linux - 通过 docker 安装 Tensorflow 时出错

docker - 使用基本身份验证从注册表部署 docker 镜像

c - Exec 不会调用我的第二个程序

java - Azure Java "Web app with MySQL in-app"与数据库的通信链接失败

ios - 对 iOS 中使用标记的 Azure 应用服务推送通知注册进行故障排除

docker - Docker内部的Docker中的卷?