Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In PowerShell or the terminal, enter:

    Code Block
    docker pull incredibuild/9.4.6

    Note: If there are later versions of IncrediBuild image at Docker Hub, pull the latest version.

    The download process of IncrediBuild image starts. When the process is completed, you receive a Download complete message.

    Output:

    Code Block
    Using default tag: latest
    latest: Pulling from incredibuild/9.4.6
    4612f6d0b889: Pull complete 
    666079ee0460: Pull complete s
    a066367eceb6: Pull complete
    512e642c19ba: Pull complete
    b896165c3ae4: Pull complete
    335f63178a2a: Pull complete
    720b7a814a1f: Pull complete
    Digest: sha256:0e15b036bba6b0148251355a09ec52411244b2d1950f79c78d2c68de9b817abf
    Status: Downloaded image for incredibuild/9.4.6:latest
    docker.io/incredibuild/9.4.6:latest
  2. Once the download is completed, you can verify that IncrediBuild image was successfully downloaded to you machine by entering the Docker List command:

    Code Block
    docker image ls

    Output:

After downloading IncrediBuild image, you need to run it in order to launch an IncrediBuild container, as described in Running IncrediBuild Docker Image as a Container.

...