Skip to content

Commit

Permalink
update doc for waf-dos image (#5360)
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel committed Apr 8, 2024
1 parent b40b653 commit 60a8beb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ To pull an image, follow these steps. Replace `<version-tag>` with the specific
docker pull private-registry.nginx.com/nginx-ic-dos/nginx-plus-ingress:<version-tag>
```

- 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:<version-tag>
```

You can use the Docker registry API to list the available image tags by running the following commands. Replace `<path-to-client.key>` with the location of your client key and `<path-to-client.cert>` with the location of your client certificate. The `jq` command is used to format the JSON output for easier reading.

```json
Expand Down

0 comments on commit 60a8beb

Please sign in to comment.