Tools, FAQ, Tutorials:
What Is Alpine Linux Docker Image
What is Alpine Linux Docker Image?
✍: FYIcenter.com
Alpine Linux Docker Image
is a minimal Docker image of the Alpine Linux operating system.
with only 5 MB in size.
You can use Alpine Linux as the base image to build new Docker images for your own applications.
Main features of Alpine Linux are:
SMALL - Alpine Linux is built around musl libc and busybox. This makes it smaller and more resource efficient than traditional GNU/Linux distributions. A container requires no more than 8 MB and a minimal installation to disk requires around 130 MB of storage. Not only do you get a fully-fledged Linux environment but a large selection of packages from the repository.
Binary packages are thinned out and split, giving you even more control over what you install, which in turn keeps your environment as small and efficient as possible.
SIMPLE - Alpine Linux is a very simple distribution that will try to stay out of your way. It uses its own package manager called apk, the OpenRC init system, script driven set-ups and that’s it! This provides you with a simple, crystal-clear Linux environment without all the noise. You can then add on top of that just the packages you need for your project, so whether it’s building a home PVR, or an iSCSI storage controller, a wafer-thin mail server container, or a rock-solid embedded switch, nothing else will get in the way.
SECURE - Alpine Linux was designed with security in mind. All userland binaries are compiled as Position Independent Executables (PIE) with stack smashing protection. These proactive security features prevent exploitation of entire classes of zero-day and other vulnerabilities.
For more technical information, see hub.docker.com Website.
2019-04-03, 1278🔥, 0💬
Popular Posts:
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How to Install Docker Desktop 2.5.0 on Windows 10? You can follow this tutorial to Install Docker De...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...