1. ubuntu20.04
1. plus
NGINX Plus のDocker Imageです
サンプルコンフィグの応答内容
/:plusのテキストを応答する/api: NGINX Plus APIが応答する/dashboard.html: NGINX Plus Dashboard HTMLファイルを応答する
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i plus -t plus -C nginx-repo.crt -K nginx-repo.key
2. plus-lua-njs
NGINX Plus + Lua Module , NJS Module のDocker Imageです
サンプルコンフィグの応答内容
NGINX Plusのイメージの応答内容との差分は以下のとおりです
/:plus-lua-njsのテキストを応答する/njs: LUAのプログラムにより、リクエストの情報をjson形式で応答します/lua: LUAのプログラムにより、リクエストの情報をHTML形式で応答します
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i plus-lua-njs -t plus-lua-njs -C nginx-repo.crt -K nginx-repo.key
3. plus-napd
NGINX Plus + NGINX App Protect Dos のDocker Imageです
サンプルコンフィグの応答内容
応答内容は、 NGINX Plus のイメージ と同じです。NGINX App Protect Dosが有効になっているため、それらのサンプルコンフィグが設定されています
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i plus-napd -t plus-napd -C nginx-repo.crt -K nginx-repo.key
4. plus-napw
NGINX Plus + NGINX App Protect WAF のDocker Imageです
サンプルコンフィグの応答内容
応答内容は、 NGINX Plus のイメージ と同じです。NGINX App Protect WAFが有効になっているため、それらのサンプルコンフィグが設定されています。 攻撃トラフィックを実行するとデフォルトのブロックページが表示されます
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i plus-napw -t plus-napw -C nginx-repo.crt -K nginx-repo.key
5. plus-napw-napd
NGINX Plus + NGINX App Protect WAF/DoS のDocker Imageです
サンプルコンフィグの応答内容
応答内容は、 NGINX Plus のイメージ と同じです。 NGINX App Protect WAF、NGINX App Protect Dosが有効になっています。
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i plus-napw-napd -t plus-napw-napd -C nginx-repo.crt -K nginx-repo.key
6. plus-napw-napd-lua-njs
NGINX Plus + NGINX App Protect WAF/DoS, LUA Module, NJS Module のDocker Imageです
サンプルコンフィグの応答内容
応答内容は、 NGINX Plus + Lua Module , NJS Module のイメージ と同じです。 NGINX App Protect WAF、NGINX App Protect Dosが有効になっています。
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i plus-napw-napd-lua-njs -t plus-napw-napd-lua-njs -C nginx-repo.crt -K nginx-repo.key
7. agent-plus
NGINX Agent をインストールした、 NGINX Plus のDocker Imageです
動作内容は plus と同じです
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i agent-plus -t agent-plus -C nginx-repo.crt -K nginx-repo.key -n "https://10.1.1.5"
NGINX Plus のコマンドに加え、NGINX Agent を取得する際の宛先 https://<NMS IP Address> をオプションパラメータで指定します
8. agent-plus-lua-njs
NGINX Agent をインストールした、NGINX Plus + Lua Module , NJS Module のDocker Imageです
動作内容は plus-lua-njs と同じです
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i agent-plus -t agent-plus -C nginx-repo.crt -K nginx-repo.key -n "https://10.1.1.5"
NGINX Plus のコマンドに加え、NGINX Agent を取得する際の宛先 https://<NMS IP Address> をオプションパラメータで指定します
9. agent-plus-napd
NGINX Agent をインストールした、NGINX Plus + NGINX App Protect Dos のDocker Imageです
動作内容は plus-napd と同じです
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i agent-plus-napd -t agent-plus-napd -C nginx-repo.crt -K nginx-repo.key -n "https://10.1.1.5"
NGINX Plus のコマンドに加え、NGINX Agent を取得する際の宛先 https://<NMS IP Address> をオプションパラメータで指定します
10. agent-plus-napw
NGINX Agent をインストールした、NGINX Plus + NGINX App Protect WAF のDocker Imageです
動作内容は plus-napw と同じです
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i agent-plus-napw -t agent-plus-napw -C nginx-repo.crt -K nginx-repo.key -n "https://10.1.1.5"
NGINX Plus のコマンドに加え、NGINX Agent を取得する際の宛先 https://<NMS IP Address> をオプションパラメータで指定します
11. agent-plus-napw-napd
NGINX Agent をインストールした、NGINX Plus + NGINX App Protect WAF/DoS のDocker Imageです
動作内容は plus-napw-napd と同じです
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i agent-plus-napw-napd -t agent-plus-napw-napd -C nginx-repo.crt -K nginx-repo.key -n "https://10.1.1.5"
NGINX Plus のコマンドに加え、NGINX Agent を取得する際の宛先 https://<NMS IP Address> をオプションパラメータで指定します
12. agent-plus-napw-napd-lua-njs
NGINX Agent をインストールした、NGINX Plus + NGINX App Protect WAF/DoS, LUA Module, NJS Module のDocker Imageです
動作内容は plus-napw-napd-lua-njs と同じです
Buildコマンド
./buildNGINXcontainer.sh -o ubuntu20 -i agent-plus-napw-napd-lua-njs -t agent-plus-napw-napd-lua-njs -C nginx-repo.crt -K nginx-repo.key -n "https://10.1.1.5"
NGINX Plus のコマンドに加え、NGINX Agent を取得する際の宛先 https://<NMS IP Address> をオプションパラメータで指定します