refactor + add openrc

This commit is contained in:
JMARyA 2023-12-07 10:13:45 +01:00
parent 237b3aed3b
commit 3d2c1a5595
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 85 additions and 5 deletions
technology/linux

View file

@ -4,7 +4,7 @@ obj: os
---
# Alpine Linux
Alpine Linux is a lightweight and secure [Linux](Linux.md) operating system designed for security, simplicity, and resource efficiency. It is particularly popular for use in containerized environments and embedded systems. In this personal knowledge base document, we will explore the key features, benefits, and use cases of Alpine Linux.
Alpine Linux is a lightweight and secure [Linux](Linux.md) operating system designed for security, simplicity, and resource efficiency. It is particularly popular for use in containerized environments and embedded systems. Alpine does not use [Systemd](Systemd.md), instead it uses [openrc](openrc.md).
Here are some of the key features of Alpine Linux:
- Lightweight: Alpine Linux is designed to be as small and simple as possible, with a small footprint and minimal dependencies. The base image is typically around 5 MB in size.
@ -14,7 +14,6 @@ Here are some of the key features of Alpine Linux:
- Container-friendly: Alpine Linux is popular for use in containerized environments due to its small size, low overhead, and focus on security.
## Use Cases
Here are some of the common use cases for Alpine Linux:
- Containerized environments: Alpine Linux is widely used as a base image for containerized applications due to its small size and focus on security.
- Embedded systems: Alpine Linux is popular for use in embedded systems due to its small size and resource efficiency.