From 5b65ca1ac034b1a020fbc13f93a521e02eacffcd Mon Sep 17 00:00:00 2001 From: windmillcode0 Date: Thu, 20 Mar 2025 11:06:37 -0400 Subject: [PATCH] Update start.md Let the reader know that the executable may not be on the PATH and needs to be manually added --- content/manuals/engine/daemon/start.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/manuals/engine/daemon/start.md b/content/manuals/engine/daemon/start.md index e119a1b4af4..e0c0a93acf7 100644 --- a/content/manuals/engine/daemon/start.md +++ b/content/manuals/engine/daemon/start.md @@ -49,3 +49,8 @@ INFO[0000] Listening for HTTP on unix (/var/run/docker.sock) To stop Docker when you have started it manually, issue a `Ctrl+C` in your terminal. + +* [PS] it may also be that upon installion docker fails to properly added the appropriate executable folders to your paths in this case you would have to find the root installation folder for docker and the following paths to your PATH variable in order to properly access the commands + [ROOT_PATH]/ + [ROOT_PATH]/resources + [ROOT_PATH]/resources/bin