Announcement
· Jun 3, 2022

InterSystems extension for Docker Desktop

Very recently Docker showed a very new feature added to their Docker Desktop tool. It was a good way to start using Docker on macOS and Windows, and they also released the same tool for Linux as well. And new feature Extensions add an ability to extend this GUI application with some extra abilities from extensions.

I've create an extension to Docker for InterSystems, which is mostly by now like an UI to containers.intersystems.com

There are a few options, that helps to filter the list of images available.

  • Community, swiche between General version of IRIS and Community Edition
  • ARM64, to see only ARM64 images
  • Major versions only, filters to show only latest major versions (e.g. 2022.1.*, 2021.2.*, 2021.1.*,1.1.*)

Also

  • Search by name and tag
  • Copy image name with tag to clipboard
  • Easy Pull images
  • Delette images (if not used)

Installation

This project have not published in Docker Extensions Marketplace, yet. And it requires Docker Extensions SDK installed manually, to be able to install extensions not available on marketplace manually. Please follow the official instructions and install Docker Extensions SDK.

After installing SDK, docker command will be able to use new command

docker extension ls

 

And to install this extension, just use this command

docker extension install caretdev/intersystems-extension:0.0.3

Or update the already installed extension

docker extension update caretdev/intersystems-extension:0.0.3

And you can access to installed extension from Extensions list in Docker Desktop

If you like this project please vote on the Grand Prix contest

Discussion (1)1
Log in or sign up to continue