WebStorm 2023.3 Help

Pull Image dialog

For this dialog to be available, the Docker integration plugin must be installed and enabled.

Specify the settings for pulling an image from a Docker image repository such as https://hub.docker.com/_/node/ or Quay.

Item

Description

Registry

The URL of the image repository service or a Docker Registry configuration:

  • If pulling an image doesn't assume logging on to the corresponding server, specify the repository service URL. For example, registry.hub.docker.com corresponds to public repositories on Docker Hub.

  • Otherwise, specify the corresponding Docker Registry configuration. Click New to create such a configuration.

New

Click this button to create a Docker Registry configuration. The Docker Registry dialog will open. (A Docker Registry configuration in WebStorm represents your Docker image repository user account.)

Repository

The name of the repository (image) to be pulled, for example centos, jboss/wildfly.

Tag

The tag of the image to be pulled.

Last modified: 20 February 2024