bin/docker-compose: line 28: docker-compose: command not found #1054
-
I had an old (corrupt) instance of Docker on my Mac, which I uninstalled. Reinstalled Docker using "brew install --cask docker". Ran the Docker app and made sure it is in "running" state. Then ran the curl command to install docker-magento and I get the error in the subject line. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
YevhenZvieriev
Feb 3, 2024
Replies: 1 comment 15 replies
-
Hi, @lamba This is because Docker Desktop (Mac/Win) or Docker Compose (Linux) is not installed. Once you install that prerequisite, it should work. |
Beta Was this translation helpful? Give feedback.
15 replies
Answer selected by
lamba
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @lamba
This is because Docker Desktop (Mac/Win) or Docker Compose (Linux) is not installed. Once you install that prerequisite, it should work.