File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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
231221sudo docker build --no-cache --platform linux/amd64 \
You can’t perform that action at this time.
0 commit comments