You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nginx-nms-docker/README.md
+35-27Lines changed: 35 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# NGINX Management Suite for Docker
1
+
# NGINX Instance Manager for Docker
2
2
3
-
This repository helps deploying NGINX Management Suite on containerized clusters by creating a docker image or deploying the official Helm chart with a simple bash script.
3
+
This repository helps deploying NGINX Instance Manager on containerized clusters by creating a docker image.
4
4
5
5
## Docker image creation
6
6
@@ -12,19 +12,13 @@ Docker image creation is supported for:
12
12
13
13
The image can optionally be built with [Second Sight](https://github.com/F5Networks/SecondSight) support
14
14
15
-
## Deployment through the official Helm chart
16
-
17
-
A bash script to quickly install NGINX Management Suite through the official Helm chart is available here:
@@ -35,7 +29,7 @@ This repository has been tested with:
35
29
- Kubernetes cluster with dynamic storage provisioner enabled: see the [example](contrib/pvc-provisioner)
36
30
- NGINX Ingress Controller with `VirtualServer` CRD support (see https://docs.nginx.com/nginx-ingress-controller/configuration/virtualserver-and-virtualserverroute-resources/)
37
31
- Access to F5/NGINX downloads to fetch NGINX Instance Manager 2.4.0+ installation .deb file (when running in manual mode)
38
-
- Valid NGINX license certificate and key to fetch NGINX Management Suite packages (when running in automated mode)
32
+
- Valid NGINX license certificate and key to fetch NGINX Instance Manager packages (when running in automated mode)
39
33
- Linux host running Docker to build the image
40
34
41
35
## How to build
@@ -44,9 +38,9 @@ The install script can be used to build the Docker image using automated or manu
44
38
45
39
```
46
40
$ ./scripts/buildNIM.sh
47
-
NGINX Management Suite Docker image builder
41
+
NGINX Instance Manager Docker image builder
48
42
49
-
This tool builds a Docker image to run NGINX Management Suite
43
+
This tool builds a Docker image to run NGINX Instance Manager
50
44
51
45
=== Usage:
52
46
@@ -88,7 +82,7 @@ NGINX Management Suite Docker image builder
88
82
### Automated build
89
83
90
84
1. Clone this repo
91
-
2. Get your license certificate and key to fetch NGINX Management Suite packages from NGINX repository
85
+
2. Get your license certificate and key to fetch NGINX Instance Manager packages from NGINX repository
Copy file name to clipboardExpand all lines: nginx-nms-docker/scripts/buildNIM.sh
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ Automated build:\n\n
17
17
-C [file.crt]\t\t- Certificate file to pull packages from the official NGINX repository\n
18
18
-K [file.key]\t\t- Key file to pull packages from the official NGINX repository\n
19
19
-W\t\t\t- Enable Security Monitoring - optional\n
20
-
-P [version]\t\t- Enable WAF policy compiler, version can be any [v3.1088.2|v4.100.1|v4.2.0|v4.218.0|v4.279.0|v4.402.0|v4.457.0|v4.583.0] - optional\n\n
20
+
-P [version]\t\t- Enable WAF policy compiler, version can be any [v3.1088.2|v4.100.1|v4.2.0|v4.218.0|v4.279.0|v4.402.0|v4.457.0|v4.583.0|v4.641|v4.762|v4.815.0] - optional\n\n
0 commit comments