Hi,
On Fri, Sep 15, 2017 at 01:05:27PM +0100, Daniel P. Berrange wrote:
On Wed, Jun 07, 2017 at 08:02:04AM +0200, Guido Günther wrote:
> If one pastes from the output of virt-sansbox-image
>
> $ virt-sandbox-image list
> docker:/library/ubuntu?tag=17.04
> docker:/library/debian?tag=latest
>
> verbatim
>
> $ virt-sandbox-image run -c qemu:///session docker:/library/debian?tag=latest
>
> This fails like
>
> /home/<usr>/.local/share/libvirt/images/library/debian:qbeilwxard.qcow2:
Could not create file: No such file or directory
>
> so strip off any leading components.
> ---
> libvirt-sandbox/image/sources/docker.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrange <berrange(a)redhat.com>
Pushed both patches.
Thanks!
-- Guido