canonical/multipass

[Feature] Add image cache management commands and speed up image downloads with torrent client

Fechada

#584 aberto em 31 de jan. de 2019

 (3 comentários) (2 reações) (0 responsável)C++ (634 forks)batch import
enhancementhelp wantedlowmedium

Métricas do repositório

Stars
 (6.956 estrelas)
Métricas de merge de PR
 (Mesclagem média 16d 2h) (50 fundiu PRs em 30d)

Description

I just had an idea as I was experimenting with multipass yesterday. It would be pretty cool if you had the choice to use torrents to download operating system images, as this is typically much faster than a direct HTTP or FTP download.

In addition, it would be cool to have image cache management commands to download, list, purge, and search for remote images.

Here's how I would envision exposing the torrent option:

# Download an image, without creating a virtual machine, using torrent client
multipass download ubuntu-lts --torrent

# Passes through --torrent parameter to the download command above
multipass launch --torrent 

Thoughts?

Guia do colaborador