add composer-cli list image command
This commit is contained in:
@@ -60,8 +60,11 @@ dnf install -y cockpit-composer
|
|||||||
4. Run the image
|
4. Run the image
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# List your images
|
||||||
|
composer-cli compose list
|
||||||
|
|
||||||
# Download the image
|
# Download the image
|
||||||
composer-cli compose image --filename ~/Downloads/fedora-42-base.qcow2 image-uuid
|
composer-cli compose image --filename /var/lib/libvirt/images/fedora-42-base.qcow2 image-uuid
|
||||||
|
|
||||||
# Test with qemu
|
# Test with qemu
|
||||||
qemu-kvm --name test-fedora-42-base -m 4096 -hda ~/Downloads/fedora-42-base.qcow2
|
qemu-kvm --name test-fedora-42-base -m 4096 -hda ~/Downloads/fedora-42-base.qcow2
|
||||||
|
|||||||
Reference in New Issue
Block a user