Docker Registry

The Web UI allows you to view the platform's Docker image registry on the current cluster and check detailed information about the available images. This can be done with the help of the Docker registry browser.

Opening the Docker registry browser

To open the registry browser, first click RUN A JOB in the Container images browser widget on your dashboard:

Next, click RUN in the Docker registry pop-up window:

Viewing available images

To navigate to the list of available images, click the name of the registry on the starting page of the registry browser:

Checking the versions of available images

In the list of available images, you can click the name of a specific image to view the list of its current versions:

Viewing detailed information about images

In the list of the image's current versions, clicking the name of a specific version will bring you to a window with detailed information about it:

You can copy the CLI command for pulling this version of the image by clicking the Copy icon in the right part of the Pull section:

Deleting images

In the list of the image's current versions, you can delete unnecessary versions by clicking the Delete icon next to them:

Last updated