# Docker Installation

Integrate our [Jet Bridge](/jet-bridge-deployment/jet-admin.md) plugin with Docker installation in one command. You can place it behind your VPN, in your own VPC, and works locally. We won’t get access to your data, however, you will still receive updates normally.

![](/files/-MjZCzj7QHzxHbxGWEjl)

#### Requirements:

* Docker installed
* localhost or web server with an external IP

#### Installation:

1\. Install [Docker](https://docs.docker.com/get-docker/) and make sure it works correctly.

2\. Install Jet Bridge container by running:&#x20;

```bash
sh <(curl -s https://app.jetadmin.io/install_jet.sh) {{Project Name}} {{Token}}
```

{% hint style="info" %}
**{Project Name} and {Token}** is automatically generated when you connect **Resource**.
{% endhint %}

{% hint style="info" %}
If you are using **Jet Bridge** just for HTTP requests (and not SQL) you can use **Project Token** as value for {Token}.
{% endhint %}

Go to the API key and below the API keys

![](/files/DOQUxk5wzJqkACYKwTAr)

Copy **UNIQUE APP NAME** and **JET BRIDGE TOKEN.**

<figure><img src="/files/Pz0P6R2vtNr8b9NcJNZq" alt=""><figcaption></figcaption></figure>

3\.  Finish your project installation by opening in your browser:\
**localhost** is your **Jet Bridge** HOST and **8888** is its PORT.

```bash
http://localhost:8888/api/register/
```

{% content-ref url="/pages/-MA3hbFMg\_5V10sFJXZT" %}
[Data Editor](/user-guide/data.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.jetadmin.io/user-guide/integrations/database-resources/docker-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
