Skip to content

TqrHsn/vscode-docker-registry-explorer

Repository files navigation

Docker registry explorer

Explore and manage Docker Images, for private Docker Registries.

Features

Add as many registries as you want

Add registry by providing url, user and password

Add Registry

Perform actions on registry entry

Refresh registry node to load changes. Delete a registry entry from the explorer.

registry actions

List repositories/images, tags and layers

List images, tage and layers

Hover over to view image size or layer size

image size layer size

Perform actions on image tags

  • Pull image to local docker host
  • Remove image from local docker host
  • Delete image from remote repository (user needs to have write access to registry for this action)

tag actions

Requirements

No other requirements.

Release Notes