From fd92b60218dd7606abfcabb7fc1c9932fa68114e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 19 Oct 2023 15:31:23 +0200 Subject: [PATCH] docs: Update location --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index e145bbe..4ed5875 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ version: "3" services: dsm: container_name: dsm - image: kroese/virtual-dsm:latest + image: vdsm/virtual-dsm:latest environment: DISK_SIZE: "16G" devices: @@ -48,7 +48,7 @@ services: Via `docker run` ```bash -docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 kroese/virtual-dsm:latest +docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 vdsm/virtual-dsm:latest ``` ## FAQ @@ -199,10 +199,10 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti Only run this container on Synology hardware, any other use is not permitted by their EULA. The product names, logos, brands, and other trademarks referred to within this project are the property of their respective trademark holders. This project is not affiliated, sponsored, or endorsed by Synology, Inc. [build_url]: https://github.com/vdsm/virtual-dsm/ -[hub_url]: https://hub.docker.com/r/kroese/virtual-dsm -[tag_url]: https://hub.docker.com/r/kroese/virtual-dsm/tags +[hub_url]: https://hub.docker.com/r/vdsm/virtual-dsm +[tag_url]: https://hub.docker.com/r/vdsm/virtual-dsm/tags [Build]: https://github.com/vdsm/virtual-dsm/actions/workflows/build.yml/badge.svg -[Size]: https://img.shields.io/docker/image-size/kroese/virtual-dsm/latest?color=066da5&label=size +[Size]: https://img.shields.io/docker/image-size/vdsm/virtual-dsm/latest?color=066da5&label=size [Pulls]: https://img.shields.io/docker/pulls/kroese/virtual-dsm.svg?style=flat&label=pulls&logo=docker -[Version]: https://img.shields.io/docker/v/kroese/virtual-dsm/latest?arch=amd64&sort=semver&color=066da5 +[Version]: https://img.shields.io/docker/v/vdsm/virtual-dsm/latest?arch=amd64&sort=semver&color=066da5