cleanup: remove docs/, update README & CONTRIBUTING, fix repo config (#13770)

This commit is contained in:
CanbiZ (MickLesk)
2026-04-15 15:39:19 +02:00
committed by GitHub
parent b2c0d7646e
commit 997e05dfb1
87 changed files with 296 additions and 26369 deletions

View File

@@ -1,24 +0,0 @@
# alpine-install.func Usage Examples
Basic examples for Alpine container installation.
### Example: Basic Alpine Setup
```bash
#!/usr/bin/env bash
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
setting_up_container
update_os
# Install Alpine packages
apk add --no-cache curl wget git
motd_ssh
customize
cleanup_lxc
```
---
**Last Updated**: December 2025