From f7fa57234f12fe217e843250cd42b5a052c0a74a Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 12 Apr 2023 00:15:58 +0200 Subject: [PATCH] qemu --- readme.md | 39 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/readme.md b/readme.md index 4104901..792493e 100644 --- a/readme.md +++ b/readme.md @@ -1,24 +1,23 @@ -virtual-dsm +docker-qemu ============= [![build_img]][build_url] -[![gh_last_release_svg]][dsm-docker-hub] -[![Docker Image Size]][dsm-docker-hub] -[![Docker Pulls Count]][dsm-docker-hub] +[![gh_last_release_svg]][qemu-docker-hub] +[![Docker Image Size]][qemu-docker-hub] +[![Docker Pulls Count]][qemu-docker-hub] -[build_url]: https://github.com/kroese/virtual-dsm/actions -[dsm-docker-hub]: https://hub.docker.com/r/kroese/virtual-dsm +[build_url]: https://github.com/kroese/docker-qemu/actions +[qemu-docker-hub]: https://hub.docker.com/r/kroese/docker-qemu -[build_img]: https://github.com/kroese/virtual-dsm/actions/workflows/build.yml/badge.svg -[Docker Image Size]: https://img.shields.io/docker/image-size/kroese/virtual-dsm/latest -[Docker Pulls Count]: https://img.shields.io/docker/pulls/kroese/virtual-dsm.svg?style=flat -[gh_last_release_svg]: https://img.shields.io/docker/v/kroese/virtual-dsm?arch=amd64&sort=date +[build_img]: https://github.com/kroese/docker-qemu/actions/workflows/build.yml/badge.svg +[Docker Image Size]: https://img.shields.io/docker/image-size/kroese/docker-qemu/latest +[Docker Pulls Count]: https://img.shields.io/docker/pulls/kroese/docker-qemu.svg?style=flat +[gh_last_release_svg]: https://img.shields.io/docker/v/kroese/docker-qemu?arch=amd64&sort=date -A docker container of Virtual DSM v7.2 +A docker container of QEMU ## Features - - Upgrades supported - KVM acceleration - Graceful shutdown @@ -31,7 +30,7 @@ version: "3" services: vm: container_name: dsm - image: kroese/virtual-dsm:latest + image: kroese/docker-qemu:latest environment: DISK_SIZE: "16G" devices: @@ -48,7 +47,7 @@ services: Via `docker run` ```bash -docker run -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 kroese/virtual-dsm:latest +docker run -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 kroese/docker-qemu:latest ``` ## FAQ @@ -118,15 +117,3 @@ docker run -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 ``` You can also switch back and forth between versions this way without loosing your file data. - - * ### What are the differences compared to standard DSM? ### - - There are only three minor differences: the Virtual Machine Manager package is not available, Surveillance Station does not include any free licenses, and logging in to your Synology account is not supported. - -## Acknowledgments - -Based on an [article](https://jxcn.org/2022/04/vdsm-first-try/) by JXCN. - -## Disclaimer - -Only run this container on original Synology hardware, any other use is not permitted and might not be legal.