File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,16 @@ $ ./scripts/nginxWithAgentStart.sh stop
93
93
1 . Start using
94
94
95
95
```
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>
101
106
```
102
107
103
108
2 . After startup NGINX Plus instances will register to NGINX Instance Manager and will be displayed on the "instances" dashboard
You can’t perform that action at this time.
0 commit comments