refactor(kb): give linux-specific articles their own section

This commit is contained in:
Michele Cereda
2024-05-15 18:58:01 +02:00
parent 0ac246f571
commit 59ee94ccac
16 changed files with 137 additions and 117 deletions

View File

@@ -0,0 +1,30 @@
# Alpine
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
```sh
# Create users.
adduser 'somebody'
adduser -DHS -G 'docker' 'docker'
# Create groups.
addgroup 'new-group'
# Add users to groups.
addgroup 'nobody' 'docker'
```
## Further readings
- [APK]
<!--
Reference
═╬═Time══
-->
<!-- Knowledge base -->
[apk]: ../apk.md