Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanitskiy/nginx-plus-docker
Dockerfiles to create NGINX Plus images
https://github.com/ivanitskiy/nginx-plus-docker
Last synced: 9 days ago
JSON representation
Dockerfiles to create NGINX Plus images
- Host: GitHub
- URL: https://github.com/ivanitskiy/nginx-plus-docker
- Owner: ivanitskiy
- License: apache-2.0
- Created: 2021-03-24T18:25:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T18:36:08.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T02:07:26.308Z (about 2 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-plus-docker
Dockerfiles to create NGINX Plus images. For complete documentation please refere to this [blog](https://www.nginx.com/blog/deploying-nginx-nginx-plus-docker/).# Note: Never upload your NGINX Plus images to a public container registry such as Docker Hub. Doing so violates your license agreement.
## Creating a Docker Image for NGINX Plus
Before you can create the NGINX Plus Docker image, you have to download your version of the nginx-repo.crt and nginx-repo.key files. NGINX Plus customers can find them at the [customer portal](https://cs.nginx.com/); if you are doing a free trial of NGINX Plus, they were provided with your trial package. Copy the files to the directory `nginx/ssl/nginx-repo.key` `nginx/ssl/nginx-repo.crt` respectfully.