Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update start.md #22285

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/manuals/engine/daemon/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +52 to +56
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not standard locations to install the daemon in; I'm not sure if we need to mention such cases.

Do you have more context in what kind of setup dockerd would be installed in such a location?