Add ContainerService.Info to get info about a single container

For clients which only want to know about one container this is simpler than
searching the result of execution.List.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell 2017-02-24 17:39:59 +00:00
parent 660783cb00
commit cc253b0f18
5 changed files with 291 additions and 57 deletions

View file

@ -44,6 +44,7 @@ containerd client
eventsCommand,
deleteCommand,
listCommand,
infoCommand,
shimCommand,
pprofCommand,
}