Initial readme

This commit is contained in:
Jamie Curnow
2021-04-28 10:37:48 +10:00
commit 24fa22ba4f
+27
View File
@@ -0,0 +1,27 @@
# nginx-full
<p>
<img src="https://img.shields.io/badge/openresty-1.19.3.1-green.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/lua-5.1.5-green.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/luarocks-3.3.1-green.svg?style=for-the-badge">
<a href="https://hub.docker.com/repository/docker/jc21/nginx-full">
<img src="https://img.shields.io/docker/stars/jc21/nginx-full.svg?style=for-the-badge">
</a>
<a href="https://hub.docker.com/repository/docker/jc21/nginx-full">
<img src="https://img.shields.io/docker/pulls/jc21/nginx-full.svg?style=for-the-badge">
</a>
<a href="https://ci.nginxproxymanager.com/blue/organizations/jenkins/docker-nginx-full/branches/">
<img src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.nginxproxymanager.com%2Fjob%2Fdocker-nginx-full%2Fjob%2Fmaster&style=for-the-badge">
</a>
</p>
This is a base image for use in other images. See Dockerfile for build steps.
### Usage:
```
FROM jc21/nginx-full
...
```