From 4514eda1f6fe7389e10a535363921a7c4980c7c8 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 1 Nov 2017 20:32:00 +0000 Subject: [PATCH] Run update.sh --- mageia/README.md | 2 +- nginx/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mageia/README.md b/mageia/README.md index cf7ea80ff..b3fac3f01 100644 --- a/mageia/README.md +++ b/mageia/README.md @@ -85,4 +85,4 @@ The images include the following packages: # License -View [license information](https://www.mageia.org/en/about/license/) for the software contained in this image (scroll to the "License" section at the end of the linked document). +View [license information](https://www.mageia.org/en/about/license/) for the software contained in this image. diff --git a/nginx/README.md b/nginx/README.md index ae951ce77..54aca899b 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -188,3 +188,7 @@ This image is based on the popular [Alpine Linux project](http://alpinelinux.org This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use [musl libc](http://www.musl-libc.org) instead of [glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See [this Hacker News comment thread](https://news.ycombinator.com/item?id=10782897) for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images. To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar). + +# License + +View [license information](http://nginx.org/LICENSE) for the software contained in this image.