mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
Add docker context inspect command relying on classic docker
This commit is contained in:
parent
832651b1dc
commit
528d47ce08
5 changed files with 96 additions and 28 deletions
|
|
@ -47,6 +47,7 @@ func Command() *cobra.Command {
|
|||
showCommand(),
|
||||
useCommand(),
|
||||
login.Command(),
|
||||
inspectCommand(),
|
||||
)
|
||||
|
||||
return cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue