Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 1, 2017
1 parent 27a62cc commit 4514eda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mageia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 0 deletions nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4514eda

Please sign in to comment.