From 0ae534a7f0d91c7b72fc244f40915544c3368f8e Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Mon, 14 Sep 2020 23:32:49 +0530 Subject: [PATCH] Minor correction in docs (#27576) * Minor correction in docs * Accepting review recommendation --- docs/sources/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/docker.md b/docs/sources/installation/docker.md index e4aaae92d84..5e4310ceaf5 100755 --- a/docs/sources/installation/docker.md +++ b/docs/sources/installation/docker.md @@ -21,7 +21,7 @@ This page also contains important information about [migrating from earlier Dock This is the default image. It's 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, and thus leads to slimmer and more secure images. -This variant is highly recommended when security and final image size being as small as possible is desired. The main caveat to note is that it uses [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. +This variant is highly recommended when security and final image size being as small as possible is desired. The main caveat to note is that it uses [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 don't have an issue with this, so this variant is usually a very safe choice. > **Note:** The `grafana/grafana:` image was based on [Ubuntu](https://ubuntu.com/) before version 6.4.0.