admin管理员组文章数量:1026989
Here is the relevant part of my pipeline:
pool:
name: (this value matches my pool in Azure screen print below)
vmImage: ubuntu-22.04
- task: AzureStaticWebApp@0
inputs:
app_location: '$(build.artifactstagingdirectory)'
api_location: 'api'
output_location: '/output'
azure_static_web_apps_api_token: $(deployment_token)
Here is my error:
/usr/bin/bash /mnt/vss/_work/_tasks/AzureStaticWebApp_.../0.247.3/launch-docker.sh
/mnt/vss/_work/_tasks/AzureStaticWebApp_.../0.247.3/launch-docker.sh: line 1: docker: command not found
I get what it's telling me, (I think). I think it's telling me that docker is not there. However, I'm running an azure pool, which should have docker. So I don't see what I'm missing here.
My Azure Pool:
Here is the relevant part of my pipeline:
pool:
name: (this value matches my pool in Azure screen print below)
vmImage: ubuntu-22.04
- task: AzureStaticWebApp@0
inputs:
app_location: '$(build.artifactstagingdirectory)'
api_location: 'api'
output_location: '/output'
azure_static_web_apps_api_token: $(deployment_token)
Here is my error:
/usr/bin/bash /mnt/vss/_work/_tasks/AzureStaticWebApp_.../0.247.3/launch-docker.sh
/mnt/vss/_work/_tasks/AzureStaticWebApp_.../0.247.3/launch-docker.sh: line 1: docker: command not found
I get what it's telling me, (I think). I think it's telling me that docker is not there. However, I'm running an azure pool, which should have docker. So I don't see what I'm missing here.
My Azure Pool:
本文标签:
版权声明:本文标题:DevOps, Running Azure Pool, AzureStaticWebApp0 getting 'Docker: command not found' - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1736020939a1379759.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论