Skip to content

Instantly share code, notes, and snippets.

@sameo
Last active September 7, 2017 12:56
Show Gist options
  • Select an option

  • Save sameo/eb63a41645746467857893a9aacbb0e8 to your computer and use it in GitHub Desktop.

Select an option

Save sameo/eb63a41645746467857893a9aacbb0e8 to your computer and use it in GitHub Desktop.

Create a QCOW2 file

qemu-img create -f qcow2 .ciao-down/instance/docker-graph.img 1G

Pass it to qemu as a drive

-drive file=/home/samuel/.ciao-down/instance/docker-graph.img,if=virtio,aio=threads,format=qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment