Skip to content

Instantly share code, notes, and snippets.

@pojntfx
Created March 9, 2020 11:00
Show Gist options
  • Save pojntfx/c9ed4f4497ffe5430527e031be873f8b to your computer and use it in GitHub Desktop.
Save pojntfx/c9ed4f4497ffe5430527e031be873f8b to your computer and use it in GitHub Desktop.
Build an Alpine Linux `qcow2` image
#!/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