https://github.com/handcraftedbits/alpine-provision-ready
Creates an ISO that installs Alpine Linux onto a VM or a bare metal machine, completely unattended
https://github.com/handcraftedbits/alpine-provision-ready
Last synced: 12 months ago
JSON representation
Creates an ISO that installs Alpine Linux onto a VM or a bare metal machine, completely unattended
- Host: GitHub
- URL: https://github.com/handcraftedbits/alpine-provision-ready
- Owner: handcraftedbits
- Created: 2020-09-10T17:44:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T11:02:40.000Z (over 3 years ago)
- Last Synced: 2025-01-04T01:56:39.558Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 53.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-provision-ready
Used to create an ISO that installs [Alpine Linux](https://alpinelinux.org) 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
```sh
docker run -it --rm -v $(pwd)/iso:/iso -e ISO_GID=$(id -g) -e ISO_UID=$(id -u) handcraftedbits/alpine-provision-ready
```