Skip to content

Commit 446e93d

Browse files
committed
last work before remove
1 parent e0e6b02 commit 446e93d

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

content/includes/waf/install-services-registry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
nd-docs:
33
---
44

5+
Docker registry credentials are needed to access private-registry.nginx.com
6+
57
Create a directory and copy your certificate and key to this directory:
68

79
```shell

content/waf/install/docker.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ This page describes how to install F5 WAF for NGINX using Docker.
1717
To complete this guide, you will need the following prerequisites:
1818

1919
- Active F5 NGINX App Protect WAF subscription in [MyF5](https://my.f5.com/manage/s/) (purchased or trial)
20-
- [Docker](https://docs.docker.com/get-started/get-docker/)
20+
- [Docker](https://docs.docker.com/engine/install/) (with Docker compose) installed and running.
21+
- Docker registry credentials are needed to access private-registry.nginx.com (For Multi-container and Hybrid configuration)
2122

2223
You should read the [IP intelligence]({{< ref "/waf/policies/ip-intelligence.md" >}}) and [Secure traffic using mTLS]({{< ref "/waf/configure/secure-mtls.md" >}}) topics for additional set-up configuration if you want to use them immediately.
2324

@@ -442,7 +443,7 @@ Once you have updated your configuration files, you can reload NGINX to apply th
442443
{{< include "waf/install-services-docker.md" >}}
443444

444445
#### Download Docker images
445-
446+
[Access to NGINX repo private-registry.nginx.com]({{< ref "/waf/install/docker.md#Configure Docker for the F5 Container Registry" >}}) is needed to pull the following container images
446447
{{< include "waf/install-services-images.md" >}}
447448

448449
#### Create and run a Docker Compose file
@@ -818,7 +819,7 @@ sudo dnf install app-protect-module-plus
818819
{{< include "waf/install-services-docker.md" >}}
819820

820821
#### Download Docker images
821-
822+
[Access to NGINX repo private-registry.nginx.com]({{< ref "/waf/install/docker.md#Configure Docker for the F5 Container Registry" >}}) is needed to pull the following container images
822823
{{< include "waf/install-services-images.md" >}}
823824

824825
#### Create and run a Docker Compose file
@@ -1311,3 +1312,10 @@ F5 WAF for NGINX should now be operational, and you can move onto [Post-installa
13111312
## Next steps
13121313

13131314
{{< include "waf/install-next-steps.md" >}}
1315+
1316+
## Remove NGINX docker image
1317+
Before removing any Docker image, it’s important to ensure that the image is no longer needed and is not in use.
1318+
1319+
[docker image rm](https://docs.docker.com/reference/cli/docker/image/rm/) tool
1320+
1321+
TODO

content/waf/install/kubernetes-plm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ To complete this guide, you will need the following prerequisites:
3939
- [A functional Kubernetes cluster](https://kubernetes.io/docs/setup/)
4040
- [kubectl CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/) configured and connected to your cluster
4141
- [Helm](https://helm.sh/docs/intro/install/)
42-
- [Docker](https://docs.docker.com/get-started/get-docker/)
43-
- Docker registry credentials needed to access private-registry.nginx.com
42+
- [Docker](https://docs.docker.com/engine/install/) (with Docker compose) installed and running.
43+
- Docker registry credentials are needed to access private-registry.nginx.com
4444
- Active F5 NGINX App Protect WAF subscription in [MyF5](https://my.f5.com/manage/s/) (purchased or trial)
4545
- Credentials to the [MyF5 Customer Portal](https://account.f5.com/myf5), provided by email from F5, Inc.
4646

content/waf/install/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ To complete this guide, you will need the following pre-requisites:
2121
- [A functional Kubernetes cluster](https://kubernetes.io/docs/setup/)
2222
- [kubectl CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/) configured and connected to your cluster
2323
- Active F5 NGINX App Protect WAF subscription in [MyF5](https://my.f5.com/manage/s/) (purchased or trial)
24-
- [Docker](https://docs.docker.com/get-started/get-docker/)
25-
- Docker registry credentials needed to access private-registry.nginx.com
24+
- [Docker](https://docs.docker.com/engine/install/) (with Docker compose) installed and running.
25+
- Docker registry credentials are needed to access private-registry.nginx.com
2626

2727
You will need [Helm](https://helm.sh/docs/intro/install/) installed for a Helm-based deployment.
2828

0 commit comments

Comments
 (0)