Update README.md

This commit is contained in:
Markus Ressel 2022-11-15 23:37:01 +01:00 committed by GitHub
parent 4fe2c08b24
commit 19caa50d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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