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: content/nginx/admin-guide/installing-nginx/installing-nginx-docker.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
@@ -316,7 +316,7 @@ This command also allows viewing the port mappings set in the previous step: the
316
316
As NGINX Plus is a commercial offering, NGINX Plus Docker images are not available at Docker Hub, so first you will need to create an NGINX Plus Docker image.
317
317
318
318
>**Note:** Never upload your NGINX Plus images to a public repository such as Docker Hub. Doing so violates your license agreement.
319
-
319
+
∂no∂
320
320
To generate a custom NGINX Plus image:
321
321
322
322
1. Create the Docker build context, or a Dockerfile, for example:
@@ -335,14 +335,14 @@ To generate a custom NGINX Plus image:
335
335
336
336
- no files are copied from the Docker host as a container is created: you can add `COPY` definitions to each Dockerfile, or the image you create can be used as the basis for another image
337
337
338
-
3. Log in to [MyF5 Customer Portal](https://account.f5.com/myf5)and download your *nginx-repo.crt* and *nginx-repo.key*files. For a trial of NGINX Plus, the files are provided with your trial package.
338
+
3. Log in to [MyF5 Customer Portal](https://account.f5.com/myf5). As noted in the [Prerequisites](#prerequisites] and download your *nginx-repo.crt*, *nginx-repo.key*, and **JSON Web Token** files. In addition, download the corresponding For a trial of NGINX Plus, the files are provided with your trial package.
339
339
340
340
4. Copy the files to the directory where the Dockerfile is located.
341
341
342
342
5. Create a Docker image, forexample, `nginxplus` (note the final periodin the command).
The `--no-cache` option tells Docker to build the image from scratch and ensures the installation of the latest version of NGINX Plus. If the Dockerfile was previously used to build an image without the `--no-cache` option, the new image uses the version of NGINX Plus from the previously built image from the Docker cache.
0 commit comments