# Docker Installation

Integrate our [Jet Bridge](https://docs.jetadmin.io/jet-bridge-deployment/jet-admin) 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.

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MjZ3LfsU1ZReomd0nUz%2F-MjZCzj7QHzxHbxGWEjl%2Fimage.png?alt=media\&token=18572d4a-ed7d-4210-b312-6538206b4298)

#### 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

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQ08RFAKZvFADEiXKFy%2Fuploads%2Foi4hfA2p54ts5yzRgqrV%2Fapi.jpg?alt=media\&token=ecdcbdc8-070e-47a7-b567-8d50aa7803cf)

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

<figure><img src="https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQ08RFAKZvFADEiXKFy%2Fuploads%2FiD0UWpks6WupCyNPTDDC%2Fapi2.jpg?alt=media&#x26;token=3c9d3769-6198-4e13-bdc0-f07169e439c1" 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="../../data" %}
[data](https://docs.jetadmin.io/user-guide/data)
{% endcontent-ref %}
