From 0f37d5667745be43d706c0199c10c63a02e67c11 Mon Sep 17 00:00:00 2001 From: Rohan Thakkar <95547044+r-thak@users.noreply.github.com> Date: Fri, 26 Dec 2025 03:09:34 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee714ed..2454122 100644 --- a/README.md +++ b/README.md @@ -736,9 +736,9 @@ docker: unknown server OS: . See 'docker run --help'. ``` -This means your docker daemon is not running. +This means your docker daemon is not running or is otherwise not accessible. -`pgrep dockerd` should return nothing +`pgrep dockerd` should return nothing. If you get a PID, you likely do not have permissions to use docker. If this is the case, run `sudo usermod -aG docker && newgrp docker` Therefore, you have a few choices.