mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-19 00:42:16 +00:00
add comprehensive documentation (#9537)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# alpine-install.func Functions Reference
|
||||
|
||||
Alpine Linux-specific installation functions (apk-based, OpenRC).
|
||||
|
||||
## Core Functions
|
||||
|
||||
### setting_up_container()
|
||||
Initialize Alpine container setup.
|
||||
|
||||
### update_os()
|
||||
Update Alpine packages via `apk update && apk upgrade`.
|
||||
|
||||
### verb_ip6()
|
||||
Enable IPv6 on Alpine with persistent configuration.
|
||||
|
||||
### network_check()
|
||||
Verify network connectivity in Alpine.
|
||||
|
||||
### motd_ssh()
|
||||
Configure SSH daemon and MOTD on Alpine.
|
||||
|
||||
### customize()
|
||||
Apply Alpine-specific customizations.
|
||||
|
||||
### cleanup_lxc()
|
||||
Final cleanup (Alpine-specific).
|
||||
|
||||
---
|
||||
|
||||
**Last Updated**: December 2025
|
||||
Reference in New Issue
Block a user