> For the complete documentation index, see [llms.txt](https://docs.taskforce.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taskforce.sh/on-premises/docker/docker-registry.md).

# 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="/files/r2CX4ia7u8zisv8Do8C7" 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="/files/jDQf4Iq9ooiDWWXhC9u5" 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.taskforce.sh/on-premises/docker/docker-registry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
