https://docs.docker.com/desktop/release-notes/, packed with usability upgrades to make it simpler to find the images you want, manage your containers, discover vulnerabilities, and work with dev environments. Well, it’s also easier to build and share extensions to add functionality to Docker Desktop.

If you flip over to the Images tab, you’ll see results for Docker Hub images, local images, and images from remote repositories.

When you explore an image, Docker Desktop will automatically provide you with vulnerability information at a base image and image layer level.

Prior to Docker Desktop 4.15, the extension developer had to share a CLI command that looked something like this: docker extension install IMAGE[:TAG].

Related Articles