Search and Pull an Image from Docker Registry Dialog Box
InstallAnywhere 2020 SP2
When you are configuring the settings for a Docker container, you need to specify the base image that you want to use for your Docker container.
The Search and Pull an Image from Docker Registry dialog box enables you to search for a Docker image and then pull it to your Docker engine machine for Docker container builds. The image source can be in a repository in Docker Hub or on a private Docker registry server.
To access the Search and Pull an Image from Docker Registry dialog box:
1. | In the Advanced Designer, on the Build page, click Build Containers. The Build Containers view opens. |
2. | In the Select Base Image area, in the Image setting, click the Search and Pull button. |
The Search and Pull an Image from Docker Registry dialog box opens.
The settings on the Search and Pull an Image from Docker Registry dialog box are organized into three different areas.
Search Settings
The following search settings are available on the top half of the Search and Pull an Image from Docker Registry dialog box.
Setting |
Description |
Search From |
Indicate whether you want to search the public Docker Hub or a private Docker registry server. The default option is Docker Hub. |
Server Name |
This setting is available if you selected Docker Private Registry Server in the Search From box. Enter the name of the server that has the image that you want to pull. |
Port Number |
This setting is available if you selected Docker Private Registry Server in the Search From box. Enter the port number that Docker uses for the image that you want to pull. |
User Name |
This setting is available if you selected Docker Private Registry Server in the Search From box. Enter the user name for connections to the machine that has the private Docker registry. |
Password |
This setting is available if you selected Docker Private Registry Server in the Search From box. Enter the user password for the account that should be used for connections to the machine that has the private Docker registry. |
Keyword |
Specify a keyword that identifies the name of the repository that contains the image that you want to pull. |
Search |
Once you have specified information about the image that you want to pull, click the Search button to start the search. When search results are found, InstallAnywhere displays details about them in the repository table on the dialog box. |
Repository Information
The following repository information settings are available on the bottom left area of the Search and Pull an Image from Docker Registry dialog box.
Setting |
Description |
Repository Name |
This column identifies the name of the repository that was found in the specified registry. Select the repository that contains the image that you want to pull to your Docker engine. |
Description |
This column identifies the description for a repository. |
List Images |
To populate the image table on the right with a list of images that are available in the selected repository, click the List Images button. |
Image Information
The following image information settings are available on the bottom right area of the Search and Pull an Image from Docker Registry dialog box.
Setting |
Description |
Image Name |
This column identifies the name of an image that was found in the selected repository. |
Tag |
This column lists the tag that is associated with a given variation of an image that was found. |
Pull Image |
To pull an image to your Docker engine, select the appropriate image row and then click the Pull Image button. |
See Also