gpt4 book ai didi

azure - Azure 管道中的 Docker 容器可以处于特权模式吗?

转载 作者:行者123 更新时间:2023-12-03 01:27:35 25 4
gpt4 key购买 nike

我们开始在 Azure 管道中使用 Docker 容器。

对于一种情况,我们需要在特权模式下运行 docker 容器,我想知道 Azure 管道是否支持“特权”容器执行?

谢谢

最佳答案

如果 docker 容器位于 Docker Hub 或本地计算机,您可以在特权模式下运行 docker 容器。

您可以尝试运行以下脚本:docker run --privileged [image_name]

steps:
- task: Docker@2
inputs:
containerRegistry: 'DockerServiceConnectionName'
command: 'login'
- script: docker run --privileged [image_name]

您可以引用this ticket关于 Azure 容器。

Azure Container Instances does not expose direct access to the underlying infrastructure that hosts container groups. This includes running privileged containers and thus it is not supported currently.

关于azure - Azure 管道中的 Docker 容器可以处于特权模式吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64812603/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com