Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 422 Bytes

File metadata and controls

11 lines (8 loc) · 422 Bytes

alpine-provision-ready

Used to create an ISO that installs Alpine Linux onto a VM or a bare metal machine, completely unattended. By default version little will be installed, so you should use another provisioning tool to install necessary software.

Usage

  docker run -it --rm -v $(pwd)/iso:/iso -e ISO_GID=$(id -g) -e ISO_UID=$(id -u) handcraftedbits/alpine-provision-ready