mirror of
https://github.com/docker/compose.git
synced 2026-06-24 10:14:54 +00:00
Store context type in metadata to make retrocompatibility with previous contexts easier (potentially switching back and forth)
This commit is contained in:
parent
8930563a25
commit
e7682682fb
8 changed files with 147 additions and 48 deletions
|
|
@ -79,7 +79,7 @@ func runList(ctx context.Context) error {
|
|||
fmt.Fprintf(w,
|
||||
format,
|
||||
contextName,
|
||||
c.Type,
|
||||
c.Type(),
|
||||
c.Metadata.Description,
|
||||
getEndpoint("docker", c.Endpoints),
|
||||
getEndpoint("kubernetes", c.Endpoints),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue