# Docker registry

The docker image used by the Dashboard is provided by a private docker registry located at <https://docker.taskforce.sh>

In order to install and use the images you will need to subscribe to an On-Premises license on your [subscriptions page](https://taskforce.sh/account/subscriptions).

<figure><img src="https://2160637802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MG01zoyzHgr18e2IutZ%2Fuploads%2FBNeQitTiKvFmlanx2NsF%2Fimage.png?alt=media&#x26;token=2ef3ea0c-7329-44b9-b84a-dd2c7ae81319" alt=""><figcaption></figcaption></figure>

If you need a trial before you decide to purchase the license, please contact [support](mailto://support@taskforce.sh).

When you have a valid license, it will appear in the "Enterprise" section of your [account](https://taskforce.sh/account/enterprise).

<figure><img src="https://2160637802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MG01zoyzHgr18e2IutZ%2Fuploads%2F9r7zwmzUSOZ5bSioKhdu%2Fimage.png?alt=media&#x26;token=e1fc6f56-cfab-474f-a95c-e60ebccf3787" alt=""><figcaption></figcaption></figure>

You will need this license in order to download and run the image. For this just use the standard docker login and docker pull procedure as shown below:

```bash
$ docker login --username=$DOCKER_USER --password=$DOCKER_PASS docker.taskforce.sh
$ docker pull docker.taskforce.sh/onprem/dashboard:1.6.0
```

It is not advised to use the username or the password on the command line, but note that you would need to escape the $ character above:&#x20;

```bash
--username=robot\$5ad883a0-f572-40a0-811a-0d8a5484e331
```

{% hint style="info" %}
The license key will be checked every 15 minutes after the docker container starts, if it fails for more than 5 consecutive attempts, the container will close itself down.
{% endhint %}
