From 7e3936b9c7234eb039efc0a310558a7f3fc518b0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 13 Nov 2024 00:30:29 +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 a2024383..01b1129c 100644 --- a/readme.md +++ b/readme.md @@ -161,7 +161,7 @@ kubectl apply -f kubernetes.yml - you are not using a cloud provider, as most of them do not allow nested virtualization for their VPS's. - If you didn't receive any error from `kvm-ok` at all, but the container still complains that `/dev/kvm` is missing, it might help to add `privileged: true` to your compose file (or `--privileged` to your `docker run` command), to rule out any permission issue. + If you didn't receive any error from `kvm-ok` at all, but the container still complains that `/dev/kvm` is missing, it might help to add `privileged: true` to your compose file (or `--privileged` to your `run` command), to rule out any permission issue. ### How do I assign an individual IP address to the container?