Specific error message when user tries to remove one container from an ACI compose application, mentioning the name of the compose application and that user should use compose down

This commit is contained in:
Guillaume Tardif 2020-07-03 10:03:46 +02:00
parent ae76e0cf27
commit 6b74716490
3 changed files with 16 additions and 2 deletions

View file

@ -22,9 +22,10 @@ import (
"context"
"errors"
"fmt"
"github.com/compose-spec/compose-go/cli"
"io"
"github.com/compose-spec/compose-go/cli"
"github.com/docker/api/context/cloud"
"github.com/docker/api/backend"