gpt4 book ai didi

docker - Docker 中的 Azure DevOps 代理 : add custom capabilities

转载 作者:行者123 更新时间:2023-12-02 18:03:30 26 4
gpt4 key购买 nike

我按照 DockerHub 上的指南在 Docker 中运行 Azure DevOps 代理:

docker run -d -e VSTS_ACCOUNT='kagarlickij' \
-e VSTS_POOL='Self-Hosted-Containers' \
-e VSTS_TOKEN='a***q' \
mcr.microsoft.com/azure-pipelines/vsts-agent:ubuntu-16.04-docker-18.06.1-ce
我想自动向代理添加自定义功能,这怎么可能?
enter image description here

最佳答案

创建代理时,在命令中添加功能。例如:docker run -d -e VSTS_ACCOUNT={account} -e VSTS_POOL={pool} -e VSTS_AGENT={agent} -e VSTS_TOKEN={token} -e myvar=test -it mcr.microsoft.com/azure-pipelines/vsts-agent:ubuntu-16.04-docker-18.06.1-ce .我已经在我这边测试过了,可以看到 myvar体现在能力上。

关于docker - Docker 中的 Azure DevOps 代理 : add custom capabilities,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63019245/

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