refactor + add openrc
This commit is contained in:
parent
237b3aed3b
commit
3d2c1a5595
4 changed files with 85 additions and 5 deletions
technology/linux
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue