From 19caa50d479c6b625df0f76941b54171878cdb50 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Tue, 15 Nov 2022 23:37:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6005449..533ce67 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Although the `--passes` parameter can be used to limit the maximum amount of reb To increase portability, this script can also be run using docker: ```shell -sudo docker run --rm -it -v /your/data:/data markusressel/zfs-inplace-rebalancing:latest ./data +sudo docker run --rm -it -v /your/data:/data ghcr.io/markusressel/zfs-inplace-rebalancing:latest ./data ``` # Contributing