Alpine Proxmox LXC Install Script

A security-oriented, lightweight Linux distribution based on musl and BusyBox. By default, the root password is set to `alpine` . If you choose to use advanced settings, you will need to define a password, autologin is currently unavailable.

To create a new Proxmox VE Alpine LXC, run the command below in the Proxmox VE Shell.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine.sh)"

Default Settings: 512MiB RAM - 100MiB Storage - 1vCPU

:gear: Default Password alpine

:gear: To Update Alpine

apk update && apk upgrade