docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.23k stars 1.41k forks source link

Display long image names correctly #3015

Open suranap opened 7 years ago

suranap commented 7 years ago

Expected behavior

Display full path of Google container registry + project. Put the name of the image in the center of the box.

Actual behavior

It displays "us.gcr.io". Then it puts the project name in the center of the box. It doesn't display the image name at all.

screen shot 2017-08-29 at 5 33 46 pm

Information about the Issue

I guess this is assuming the tag will be x/y. For GCR it's "us.gcr.io/projectname/imagename".

Steps to reproduce the behavior

  1. Pull image from GCR, or tag an image with "x/y/z"
  2. View in kitematics
FrenchBen commented 7 years ago

Remote registry aren't well supported right now. It's on the list of issues, but will add this one as well to keep track.

Thanks!