Post

Alpine

Alpine Linux is a minimal distribution built on musl and BusyBox that idles in well under 100 MB. This creates a VM from the official UEFI cloud image, which gives Alpine a kernel of its own -- the one thing an Alpine LXC cannot have.

Alpine
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/vm/alpine-vm.sh)"
CPU: 2 cores RAM: 1024 MB Disk: 8 GB

Notes

Cloud-Init is enabled by default. Configure your SSH key and credentials in the Proxmox Cloud-Init tab before starting the VM.
Alpine uses apk and OpenRC instead of apt and systemd. Enable a service with rc-update add default</code>.</div> </div> ## Links - [Official Website](https://alpinelinux.org/cloud/) - [Documentation](https://wiki.alpinelinux.org/) ---
Source code
Loading...