From 7ec403a2a8139462ba90ec29d46ed1abc0bbd7f8 Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 19 Feb 2022 22:45:33 +0200 Subject: [PATCH] add docs --- docs/modules/ROOT/pages/index.adoc | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 8a2ee38..2489738 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -32,30 +32,30 @@ From alpine description Alpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. -> -> For comparison, here’s how Alpine compares to other popular distributions of Linux: -> -> DISTRIBUTION VERSION SIZE -> -> Debian Jessie 123MB -> -> CentOS 7 193MB -> -> Fedora 25 231MB -> -> Ubuntu 16.04 118MB -> -> Alpine 3.* 4.98MB -> + + For comparison, here’s how Alpine compares to other popular distributions of Linux: + + DISTRIBUTION VERSION SIZE + + Debian Jessie 123MB + + CentOS 7 193MB + + Fedora 25 231MB + + Ubuntu 16.04 118MB + + Alpine 3.* 4.98MB + Difference in size. Alpine is about 30x smaller than Debian. Is there a best practice on setting up glibc on docker alpine linux base image? -> + > apk add gcompat -> + https://pkgs.alpinelinux.org/package/edge/community/x86_64/gcompat