Skip to main content
Version: 2026.1

Pull an image

A container image is a template with all the components required to create a container. Images are typically obtained by pulling them from public or private image registries.

You can pull prebuilt images from well-known public registries like Docker Hub or Microsoft Container Registry.

How to pull a container image

Follow these steps to pull an image using VisualDock Server Manager:

  1. Open VisualDock Server Manager.

  2. Click the Images node in the left-hand pane.

  3. Click ActionPull Image… to show the dialog.

  4. Provide values for Repository and Tag that identify the container image:

    • Repository: This required value identifies the set of images within an image registry.

      For example, you can specify mcr.microsoft.com/windows/nanoserver as the repository to pull an image of Windows Nano Server.

    • Tag: This optional value identifies a specific image within the repository. If not specified, the latest image tag will be pulled.

      For example, you can specify ltsc2025 to pull the LTSC 2025 version of Windows Nano Server.

    If you aren’t sure which repository or tag to use, most public image registries have a web interface search. Alternatively, you can use the docker search CLI command to find images on Docker Hub.

  5. Click OK to start pulling the image.