Skip to content

Commit 78ad221

Browse files
committed
fixed kubernetes
1 parent 7d2950f commit 78ad221

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

content/waf/install/kubernetes.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -215,17 +215,7 @@ Your folder should contain the following files:
215215
- _license.jwt_ (Only necessary when using NGINX Plus)
216216
- _Dockerfile_
217217

218-
To build an image for NGINX Pluse, use the following command, replacing `<your-image-name>` as appropriate:
219-
220-
```shell
221-
sudo docker build --no-cache --platform linux/amd64 \
222-
--secret id=nginx-crt,src=nginx-repo.crt \
223-
--secret id=nginx-key,src=nginx-repo.key \
224-
--secret id=license-jwt,src=license.jwt \
225-
-t <your-image-name> .
226-
```
227-
228-
To build an image for NGINX Open Source, use the following command, replacing `<your-image-name>` as appropriate:
218+
To build an image, use the following command, replacing <your-image-name> as appropriate:
229219

230220
```shell
231221
sudo docker build --no-cache --platform linux/amd64 \

0 commit comments

Comments
 (0)