Skip to content

Instantly share code, notes, and snippets.

@rfay
Created May 10, 2022 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfay/2a6eff22f05ac9e0668306d9e49d02f0 to your computer and use it in GitHub Desktop.
Save rfay/2a6eff22f05ac9e0668306d9e49d02f0 to your computer and use it in GitHub Desktop.
Failure installing dd-ext:0.5.2
PS C:\WINDOWS\system32> docker extension install slimdotai/dd-ext:0.5.2
Extensions can install binaries, invoke commands and access files on your machine.
Are you sure you want to continue? [y/N] y
Installing new extension "slimdotai/dd-ext:0.5.2"
Installing service in Desktop VM...
Setting additional compose attributes
VM service started
executing 'docker cp d38acd41dae136949c71353d021d98aa6dbb801f6f67579b87f798746097f542:/codi.svg C:\Users\randy\AppData\Roaming\Docker\extensions\slimdotai_dd-ext\codi.svg' : exit status 1:
Error response from daemon: i/o timeout
Removing extension slimdotai/dd-ext:0.5.2...
Removing extension VM service...
Extension removed from Desktop VM
VM service socket forwarding stopped
Extension UI tab slim.ai removed
Extension "slim.ai" removed
1 error occurred:
* removing extension image slimdotai/dd-ext:0.5.2
installation could not be completed due to: executing 'docker cp d38acd41dae136949c71353d021d98aa6dbb801f6f67579b87f798746097f542:/codi.svg C:\Users\randy\AppData\Roaming\Docker\extensions\slimdotai_dd-ext\codi.svg' : exit status 1:
Error response from daemon: i/o timeout
Copy link

ghost commented May 19, 2022

@rfay I am working on a new incarnation of the extension - which should be coming out very soon. And hopefully is MUCH more stable :_ It was tested on Windows, Linux, Mac... so should be OK... When that drops, I will be sure to ping you back here. I'd love to get your feed back.

Copy link

ghost commented May 19, 2022

Oh - BTW - one thought on DD. I upgraded recently and found docker-extension needed to be upgraded as well. The release link is here:
https://docs.docker.com/desktop/extensions-sdk/#prerequisites

I might recommend getting the updated version of the docker-extension to match the current Docker Desktop install.

@rfay
Copy link
Author

rfay commented May 19, 2022

Thanks - is that true with yesterday's 4.5.2 as well? Seems like there might be a build problem if so

@eharris128slim
Copy link

Curious if you are still running into issues getting the slim extension installed??

On a relatively clean windows environment I was able to download Docker Desktop 4.8.2 & 0.2.4 of the extension cli.

I was then able to pull the latest slim extension docker pull slimdotai/dd-ext:0.7.2.

Some system information that you may find useful:
image

This is what my UI looked like once I got in (I had also installed the Anchore extension for testing purposes):
image

@rfay
Copy link
Author

rfay commented May 26, 2022

Thanks for the ping. I haven't tried it again, was waiting for the dust to settle.

@rfay
Copy link
Author

rfay commented Jun 11, 2022

Thanks so much - I installed this from the marketplace on Docker Desktop 4.9.0 and it installed fine. The feature that was exciting was the image comparison feature; I enjoyed working with it and it did help catch a bug in my application.

One thing I note: I have to restart Docker Desktop if one of the two images I'm comparing changes, there doesn't seem to be a way to refresh.

@eharris128slim
Copy link

I think we may have shipped out a patch to this problem.

Been running some tests on the most recent version of the slim.ai extension. Currently, if I run new docker build commands to create an image of name $FOO with tag $BAR, my diff view will display the following.

Screenshot (502)

@rfay
Copy link
Author

rfay commented Jun 28, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment