...
IncrediBuild Docker Image is located at Docker Hub:
https://hub.docker.com/r/incredibuild/9.45.60
IncrediBuild Docker Image includes:
...
In PowerShell or the terminal, enter:
Code Block docker pull incredibuild/9.45.60
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.45.60 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.45.60:latest
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:
...