11 lines
246 B
Markdown
11 lines
246 B
Markdown
# qemu-with-rbd-alpine
|
|
|
|
Contain .apk package of qemu compiled with rbd support. (version 4.0.0-r1)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git
|
|
cd qemu-with-rbd-alpine
|
|
apk add * --allow-untrusted
|
|
```
|