Created
March 9, 2020 11:00
-
-
Save pojntfx/c9ed4f4497ffe5430527e031be873f8b to your computer and use it in GitHub Desktop.
Build an Alpine Linux `qcow2` image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
curl -LO /tmp/alpine-make-vm-image https://raw.githubusercontent.com/alpinelinux/alpine-make-vm-image/master/alpine-make-vm-image | |
sudo install /tmp/alpine-make-vm-image /usr/local/bin | |
sudo alpine-make-vm-image -f qcow2 alpine.qcow2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment