Alpine Linux lightweight [Docker] [amd64/armhf/aarch64]
1.2K
This Docker image (ngacareer/alpine) is based on the minimal Alpine Linux.
This docker image is the base Alpine Linux. For more info on versions & support see Releases
Alpine Linux is an independent, non-commercial, general purpose Linux distribution designed for power users who appreciate security, simplicity and resource efficiency. Alpine Linux is built around musl libc and busybox, very simple distribution and security in mind. The image is only 5 MB . This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with Docker images.
:amd64, :x86_64 - 64 bit Intel/AMD (x86_64/amd64):arm64v8, :aarch64 - 64 bit ARM (ARMv8/aarch64):arm32v7, :armhf - 32 bit ARM (ARMv7/armhf):latest latest branch based (Automatic Architecture Selection):amd64, :x86_64 amd64 based on latest tag but amd64 architecture:aarch64, :arm64v8 Armv8 based on latest tag but arm64 architecture:armhf, :arm32v7 Armv7 based on latest tag but arm architectureUse like you would any other base image:
FROM ngacareer/alpine
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]
Content type
Image
Digest
Size
2.7 MB
Last updated
over 5 years ago
docker pull ngacareer/alpine