mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
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:
parent
ae76e0cf27
commit
6b74716490
3 changed files with 16 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue