From 69bdfa5b7b812a416d31e9ef2ba1fca494560a91 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 20:53:18 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4996d7e..947018b 100644 --- a/readme.md +++ b/readme.md @@ -164,7 +164,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti - 'c 510:* rwm' ``` - NOTE: The exact cgroup rule may be different than `510` depending on your system, but the correct rule number will be printed to the logfile in case of error. + NOTE: The exact cgroup rule may be different than `510` depending on your system, but the correct rule number will be printed to the log output in case of error. * ### How do I install a specific version of vDSM? ###