소스 검색

Run update.sh

Docker Library Bot 8 년 전
부모
커밋
4514eda1f6
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mageia/README.md
  2. 4 0
      nginx/README.md

+ 1 - 1
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.

+ 4 - 0
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.