mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Display nice message on context creation (message taken from Moby cli)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
970ac218d3
commit
ed395a1e64
3 changed files with 8 additions and 5 deletions
|
|
@ -135,6 +135,7 @@ func createDockerContext(ctx context.Context, name string, contextType string, d
|
|||
description,
|
||||
data,
|
||||
)
|
||||
fmt.Printf("Successfully created %s context %q\n", contextType, name)
|
||||
return result
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue