Просмотр исходного кода

variant-alpine: explain often missing tooling

Pål Ruud 10 лет назад
Родитель
Сommit
66bdc9c9ae
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .template-helpers/variant-alpine.md

+ 2 - 0
.template-helpers/variant-alpine.md

@@ -3,3 +3,5 @@
 This image is based on the popular [Alpine Linux project](http://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.
 
 This variant is highly recommended when final image size being as small as possible is desired. The only 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.
+
+To minimize image size, it's uncommon for additional related tools to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile.