fix: show user-friendly image name when inspecting service

This commit is contained in:
Pavel Sviderski
2025-02-16 21:12:56 +10:00
parent d0e46186ed
commit dcbfcbd0fb
+1 -1
View File
@@ -89,7 +89,7 @@ func inspect(ctx context.Context, uncli *cli.CLI, opts inspectOptions) error {
tw,
"%s\t%s\t%s\t%s\t%s\n",
stringid.TruncateID(ctr.Container.ID),
ctr.Container.Image,
ctr.Container.Config.Image,
created,
state,
machine,