kristofer / Docker Paths in Terminal

0 likes
0 forks
1 files
Last active 1734363048
How to "fix" "docker: command not found"

PATH variable in zsh (or bash) has been bedeviling y'all. See https://zcw.guru/kristofer/path-intro

things like docker: command not found are most likely, if you have installed Docker Desktop, because you haven't added the bin directory where all the docker command line programs are. There are two primary places Docker Desktop keeps its binaries (those pesky programs.) Where those programs are is dependent on wheter you check the System or User radio button in the Advanced Settings UI of the docker app.

Yep. It even tells us where they are.

Newer Older