Add docker context inspect command relying on classic docker

This commit is contained in:
Guillaume Tardif 2020-05-29 12:02:07 +02:00
parent 832651b1dc
commit 528d47ce08
5 changed files with 96 additions and 28 deletions

View file

@ -47,6 +47,7 @@ func Command() *cobra.Command {
showCommand(),
useCommand(),
login.Command(),
inspectCommand(),
)
return cmd