瀏覽代碼

Run update.sh

Docker Library Bot 4 年之前
父節點
當前提交
e64afac53e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      nginx/README.md

+ 4 - 0
nginx/README.md

@@ -254,6 +254,10 @@ The `nginx` images come in many flavors, each designed for a specific use case.
 
 This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
 
+## `nginx:<version>-perl` / `nginx:<version>-alpine-perl`
+
+Starting with nginx:1.13.0 / mainline and nginx:1.12.0 / stable, the perl module has been removed from the default images. A separate `-perl` tag variant is available if you wish to use the perl module.
+
 ## `nginx:<version>-alpine`
 
 This image is based on the popular [Alpine Linux project](https://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.