Skip to content

Creates an ISO that installs Alpine Linux onto a VM or a bare metal machine, completely unattended

Notifications You must be signed in to change notification settings

felipebrandes/alpine-provision-ready

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates an ISO that installs Alpine Linux onto a VM or a bare metal machine, completely unattended

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.4%
  • Dockerfile 28.6%