You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,9 +268,9 @@ It is worth noting that due to the way the startup scripts work, even the unpriv
268
268
269
269
### Building the NGINX Plus Container Image
270
270
271
-
In order to build the NGINX Plus container image, copy your NGINX Plus
272
-
repository keys (`nginx-repo.crt` and `nginx-repo.key`) into the
273
-
`plus/etc/ssl/nginx` directory before building.
271
+
In order to build the NGINX Plus container image, you will need to do two things:
272
+
1. Setup the offical NGINX Plus Docker image repository, as [per the documentation](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-docker/#use-official-nginx-plus-docker-images).
273
+
2. Copy your NGINX Plus repository keys (`nginx-repo.crt` and `nginx-repo.key`) into the `plus/etc/ssl/nginx` directory on the system doing the container build.
274
274
275
275
If you are using a version of Docker that supports Buildkit, then you can
276
276
build the image as follows in order to prevent your private keys from
0 commit comments