search for: a3ed95caeb02

Displaying 3 results from an estimated 3 matches for "a3ed95caeb02".

2020 Jul 13
1
Re: nbdkit / exposing disk images in containers
...f the disk using: > > $ time podman run --volume ./:/target:Z --rm -it > quay.io/nirsof/kubevirt-fedora-cloud-disk > Trying to pull quay.io/nirsof/kubevirt-fedora-cloud-disk... > Getting image source signatures > Copying blob 0d9094d70e9c skipped: already exists > Copying blob a3ed95caeb02 done > Copying blob a3ed95caeb02 done > Copying blob 18717781bd09 done > Copying blob fe5cd0d8bf32 done > Writing manifest to image destination > Storing signatures > (100.00/100%) > > real 0m59.800s > user 0m8.988s > sys 0m7.437s > > $ ls -lhs disk.img &gt...
2020 Jul 12
0
Re: nbdkit / exposing disk images in containers
.... With this we can create a copy of the disk using: $ time podman run --volume ./:/target:Z --rm -it quay.io/nirsof/kubevirt-fedora-cloud-disk Trying to pull quay.io/nirsof/kubevirt-fedora-cloud-disk... Getting image source signatures Copying blob 0d9094d70e9c skipped: already exists Copying blob a3ed95caeb02 done Copying blob a3ed95caeb02 done Copying blob 18717781bd09 done Copying blob fe5cd0d8bf32 done Writing manifest to image destination Storing signatures (100.00/100%) real 0m59.800s user 0m8.988s sys 0m7.437s $ ls -lhs disk.img 728M -rw-r--r--. 1 nsoffer nsoffer 4.0G Jul 12 21:45 disk.img...
2020 Jul 11
2
nbdkit / exposing disk images in containers
KubeVirt is a custom resource (a kind of plugin) for Kubernetes which adds support for running virtual machines. As part of this they have the same problems as everyone else of how to import large disk images into the system for pets, templates, etc. As part of the project they've defined a format for embedding a disk image into a container (unclear why? perhaps so these can be distributed