diff --git a/readme.md b/readme.md index 51c8f59..977c88e 100644 --- a/readme.md +++ b/readme.md @@ -168,7 +168,7 @@ kubectl apply -f kubernetes.yml - you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly. - - it could help to add `privileged: true` to your compose file (or `sudo` to your `run` command), to rule out any permission issue. + - it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue. ### How do I assign an individual IP address to the container?