gpt4 book ai didi

docker - VSTS docker撰写任务

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

我正在尝试使用VSTS和docker-compose配置持续交付,我想将其推送到Azure容器注册表。
这是我在VSTS上的构建定义:
enter image description here

并且我收到关于生成结果的错误消息:

No such command: docker_compose
Commands:
build Build or rebuild services
bundle Generate a Docker bundle from the Compose file
config Validate and view the Compose file
create Create services
down Stop and remove containers, networks, images, and volumes
events Receive real time events from containers
exec Execute a command in a running container
help Get help on a command

你知道我该怎么办吗?

更新:
这是我的 docker 组成
version: '3'

services:
ci-build:
image: microsoft/aspnetcore-build:1.0-1.1
volumes:
- .:/src
working_dir: /src
command: /bin/bash -c "dotnet restore ./Travelingowe.sln && dotnet publish ./Travelingowe.sln -c Release -o ./obj/Docker/publish"

最佳答案

代替docker-compose up只能使用up。我自己也遇到了同样的问题。

关于docker - VSTS docker撰写任务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47189217/

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