Files
linuxkit/docs
Justin Cormack 25a1e12cf3 Support multiple disks in qemu
This changes the CLI specification for disks, as it needs to be able to
be repeated.

```
linuxkit run qemu -disk name,size=1G,format=qcow2 ...
```

Options may be omitted.

Currently other local backends may not support multiple disks, but this
can be added in future. Code for cloud backends has not changed as the
disk support is specific to the platform.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-06-01 13:40:20 +01:00
..
2017-04-21 21:17:32 -05:00
2017-04-14 11:47:24 -05:00
2017-05-09 13:12:35 -05:00
2017-04-27 01:40:35 +01:00
2017-04-12 11:44:06 +01:00
2017-05-17 14:46:28 +01:00
2017-05-26 16:23:56 +01:00