# Single Docker

CloudGuard WAF can be deployed as a single docker containing a managed reverse proxy server and the CloudGuard Security agent.

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

## Configuration

When creating either Web application or Web API assets:

* Define the URLs that Users/Clients will access (1)
* Define the Application/API URL that will be accessed by the Reverse Proxy (2)

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

{% hint style="info" %}
If you plan to deploy in Azure App Services the URLs should be http and not https, because Azure is handling the SSL encryption opening by itself. Certificate configuration will be done in Azure (explained later)
{% endhint %}

* Make sure to select a Docker based profile if creating a new profile to protect the asset (keep the default settings for **Single docker container** and without selecting to manage NGINX yourself):

<figure><img src="/files/5QpUhaFWfF1ErS3fuGrq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For deployment in Azure App Services, you can skip the Certificates page in the Wizard above.
{% endhint %}

## Deployment options

Select the deployment option that best fits your environment and requirements:

Manually deploying using the docker command:

{% content-ref url="/pages/z2qByl0nUxvworJXQas5" %}
[Deployment using 'docker' command](/getting-started/deploy-enforcement-point/docker/single-docker/deployment-using-docker-command.md)
{% endcontent-ref %}

Deployment using Azure App Services:

{% content-ref url="/pages/bBIhxegGtaeCggh40dQK" %}
[Deployment in Azure App Services](/getting-started/deploy-enforcement-point/docker/single-docker/deployment-in-azure-app-services.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://waf-doc.inext.checkpoint.com/getting-started/deploy-enforcement-point/docker/single-docker.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.
