diff --git a/docs/content/installation/nic-images/pulling-ingress-controller-image.md b/docs/content/installation/nic-images/pulling-ingress-controller-image.md index 1bae240cb5..1ad2593791 100644 --- a/docs/content/installation/nic-images/pulling-ingress-controller-image.md +++ b/docs/content/installation/nic-images/pulling-ingress-controller-image.md @@ -58,6 +58,12 @@ To pull an image, follow these steps. Replace `` with the specific docker pull private-registry.nginx.com/nginx-ic-dos/nginx-plus-ingress: ``` +- For NGINX Plus Ingress Controller with NGINX App Protect WAF and DoS, run: + + ```shell + docker pull private-registry.nginx.com/nginx-ic-nap-dos/nginx-plus-ingress: + ``` + You can use the Docker registry API to list the available image tags by running the following commands. Replace `` with the location of your client key and `` with the location of your client certificate. The `jq` command is used to format the JSON output for easier reading. ```json