Kitematic: Kitematic cannot find any local images

Created on 5 Jan 2018  路  19Comments  路  Source: docker/kitematic

Expected behavior

In my images should list local images (in my cases more than 50)

Actual behavior

showing message: Cannot find local images

Information about the Issue

Version 17.09.1-ce-mac42 (21090)
Channel: stable
3176a6af01

Steps to reproduce the behavior

screen shot 2018-01-05 at 5 23 51 pm
screen shot 2018-01-05 at 5 24 18 pm
screen shot 2018-01-05 at 5 24 37 pm

Most helpful comment

as avierr pointed out, the issue is still present in latest version (0.17.7).
Not only the local images are not showing, but also, clicking on the button "my images" makes kitematic bug completely :
clicking on "filter by All" will not show anything
clicking on containers in the left side bar do not show the usual stop/start buttons
clicking on the gear icon to access kitematic preferences do not have any effect

All 19 comments

@abhiesa I've failed to reproduce this behavior. My images show up just fine. Is it possible that this is being caused by something else?

screen shot 2018-01-05 at 15 28 50

Facing the same issue on macOS with docker toolbox.
Created a new container, run it, stopped it
Can't find it to run it again.
How to locate and run the contained I have created again?

@abhiesa I'm the same question as you.

@vedydev @korykim please provide actual steps to replicate.
Closing until steps are provided.

In the setting, try uncheck "Use VirtualBox instead of Native on next restart", this resolve the issue where I was not able to find any local image or container that was created.

In the setting, try uncheck "Use VirtualBox instead of Native on next restart", this resolve the issue where I was not able to find any local image or container that was created.

In kitematic, uncheck the option resolved my problem.

I'm the same question.

macos 10.14

The same thing. I am using native.
There is an unhandled exception in the Kitematic Javascript. I think because it expected lower level code to always return a list of containers?

[Bugsnag] Invalid API key 'undefined'
/Applications/Kitematic.app/Contents/Resources/app.asar/components/ImageCard.react.js:252 Uncaught TypeError: Cannot read property 'includes' of undefined
at /Applications/Kitematic.app/Contents/Resources/app.asar/components/ImageCard.react.js:252:24
at Array.filter (native)
at Constructor.render (/Applications/Kitematic.app/Contents/Resources/app.asar/components/ImageCard.react.js:251:40)
at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactCompositeComponent.js:789:34)
at ReactCompositeComponentWrapper._renderValidatedComponent (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactCompositeComponent.js:816:14)
at ReactCompositeComponentWrapper.wrapper [as _renderValidatedComponent] (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactPerf.js:70:21)
at ReactCompositeComponentWrapper.mountComponent (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactCompositeComponent.js:237:30)
at ReactCompositeComponentWrapper.wrapper [as mountComponent] (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactPerf.js:70:21)
at Object.mountComponent (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactReconciler.js:38:35)
at ReactDOMComponent.mountChildren (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactMultiChild.js:192:44)
at ReactDOMComponent._createContentMarkup (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactDOMComponent.js:289:32)
at ReactDOMComponent.mountComponent (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactDOMComponent.js:199:12)
at Object.mountComponent (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactReconciler.js:38:35)
at ReactCompositeComponentWrapper.mountComponent (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactCompositeComponent.js:247:34)
at ReactCompositeComponentWrapper.wrapper [as mountComponent] (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactPerf.js:70:21)
at Object.mountComponent (/Applications/Kitematic.app/Contents/Resources/app.asar/node_modules/react/lib/ReactReconciler.js:38:35)

1: Go to Kitematic > Preferences
2: Uncheck Use VirtualBox instead of Native on next restart
3: Close Kitematic
4: Restart Docker
5: Open Kitematic (all local images will be visible)

Don't tick "Use VirtualBox instead of Native on next restart" unless you want a slow as hell container.
This is a bad work around, it's a shame it doesn't work with default native ones.

Better alternative is to: docker image ls
and then docker image rm <iamgeId>

Please re-open the issue, the issue exists even on the latest version

as avierr pointed out, the issue is still present in latest version (0.17.7).
Not only the local images are not showing, but also, clicking on the button "my images" makes kitematic bug completely :
clicking on "filter by All" will not show anything
clicking on containers in the left side bar do not show the usual stop/start buttons
clicking on the gear icon to access kitematic preferences do not have any effect

@avierr this is still an issue. :-(

+1

+1

+1
kitematic-cannot-load-local-images

I can confirm the same behavior posted above with OSX 10.15.1 and Docker Desktop 2.1.0.4.

maybe you should add your comments to #5234 because I think nobody reads them due to the closed status.

This is actually related to the docker tag variable type issue.
Considering recent low activity in the main repo, I uploaded fixed release here: https://github.com/cilto/kitematic/releases/tag/v0.17.9-hf.1.
Using this version, you can see your local images without hang-up. Please feel free to use it.

Thanks @cilto !! You the saviour

Was this page helpful?
0 / 5 - 0 ratings

Related issues

djsowa picture djsowa  路  3Comments

cnBruceHong picture cnBruceHong  路  4Comments

sumpokemonster picture sumpokemonster  路  3Comments

noahgift picture noahgift  路  3Comments

rbq picture rbq  路  4Comments