Skip to content

Commit 624ac7a

Browse files
README updated (#140)
* Added API Connectivity Manager 1.5.0 support * Ownership fix * Startup script fix * NGINX App Protect WAF updates * Tested with NGINX Instance Manager 2.9.1 * Added docker-compose support * Tested with NGINX Instance Manager 2.10.0 and Security Monitoring 1.4.0 * Tested with NGINX Instance Manager 2.10.0 and API Connectivity Manager 1.5.0 * Tested with API Connectivity Manager 1.6.0 * Tested with API Connectivity Manager 1.6.0 * README updated * Added support for NGINX Instance Manager 2.10.1 and App Delivery Manager 4.0.0 * Fixed NGINX App Protect detection bug for NGINX Instance Manager 2.10.0+ * Fixed agent syslog receiver bug * README updated * Tested with NGINX Instance Manager 2.11.0 and Security Monitoring 1.5.0 * Tested with NGINX Instance Manager 2.11.0 * Tested with NGINX API Connectivity Manager 1.7.0 * Tested with NGINX Instance Manager 2.12.0 and Security Monitoring 1.6.0 * Tested with API Connectivity Manager 1.8.0 * Tested with API Connectivity Manager 1.8.0 * Tested with NGINX Instance Manager 2.12.0 * Dockerfile updated * Support for NGINX Instance Manager 2.13 * Tested with NGINX Instance Manager 2.13 * Tested with NIM 2.14.0 and SM 1.7.0 * Tested with NIM 2.14.0 and SM 1.7.0 * Tested with NGINX Instance Manager 2.14.0 * Tested with NGINX Instance Manager 2.14.0 * Tested with NGINX App Protect compiler v4.583.0 * Start script updated * Advanced metrics support added * Advanced metrics support added * Removed Application Delivery Manger, tested with NGINX Instance Manager 2.15.0 * Removed devportal, tested with NGINX Instance Manager 2.15.0 * Removed API Connectivity Manager * Dockerfile and container start updated * Dockerfile and container start updated * README updated * Tested with NGINX Instance Manager 2.15.1 * NGINX Agent updates * Manifest fix * NGINX Agent updates * README updated --------- Signed-off-by: 65397 <[email protected]>
1 parent 0481348 commit 624ac7a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

nginx-agent-docker/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,16 @@ $ ./scripts/nginxWithAgentStart.sh stop
9393
1. Start using
9494

9595
```
96-
NGINX Plus and NGINX Agent
97-
docker run --name nginx-plus -d -e "NIM_HOST=<NIM_FQDN_OR_IP>" -e "NIM_GRPC_PORT=<GPRC_PORT>" -d registry.ff.lan:31005/nginx-with-agent:latest
98-
99-
NGINX Plus, NGINX Agent and NGINX App Protect WAF with precompiled policies
100-
docker run --name nginx-plus -d -e "NIM_HOST=<NIM_FQDN_OR_IP>" -e "NIM_GRPC_PORT=<GPRC_PORT>" -e "NAP_WAF=true" -e "NAP_WAF_PRECOMPILED_POLICIES=true" -d registry.ff.lan:31005/nginx-with-agent:latest-nap
96+
docker run --rm --name nginx -p [PORT_TO_EXPOSE] \
97+
-e "NIM_HOST=<NGINX_INSTANCE_MANAGER_FQDN_OR_IP>" \
98+
-e "NIM_GRPC_PORT=<GRPC_PORT>" \
99+
-e "NIM_TOKEN=<OPTIONAL_AUTHENTICATION_TOKEN>" \
100+
-e "NIM_INSTANCEGROUP=<OPTIONAL_INSTANCE_GROUP_NAME>" \
101+
-e "NIM_TAGS=<OPTIONAL_COMMA_DELIMITED_TAG_LIST>" \
102+
-e "NIM_ADVANCED_METRICS=[true|false]" \
103+
-e "NAP_WAF=[true|false]" \
104+
-e "NAP_WAF_PRECOMPILED_POLICIES=[true|false]" \
105+
<NGINX_DOCKER_IMAGE_NAME:TAG>
101106
```
102107

103108
2. After startup NGINX Plus instances will register to NGINX Instance Manager and will be displayed on the "instances" dashboard

0 commit comments

Comments
 (0)