You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is about the documentation content or website
Type of issue
Information is incorrect
Description
After following the instructions I had docker, but not docker-compose. I was able to fix the problem by downloading the correct docker-compose from github. I've seen some documentation that tries to generalize this using "latest" rather than a specific version number and uname -s and uname -m. Unfortunately that yields docker-compose-Darwin-arm64 as the package name, which is incorrect. Downloading that package and moving it into docker-compose in the installed Docker Desktop image, then changing the permissions and ownership to match the other files seems to yield the desired results.
Add instructions on how to add docker-compose to Docker Desktop on the Mac. Perhaps it could be the method I used. Alternately, perhaps Homebrew would do the trick.
The text was updated successfully, but these errors were encountered:
Hi @djbauch. Docker Compose is already included in Docker Desktop, so I'm unsure how you ended up needing to do this. Where did you originally download from?
Is this a docs issue?
Type of issue
Information is incorrect
Description
After following the instructions I had docker, but not docker-compose. I was able to fix the problem by downloading the correct docker-compose from github. I've seen some documentation that tries to generalize this using "latest" rather than a specific version number and
uname -s
anduname -m
. Unfortunately that yields docker-compose-Darwin-arm64 as the package name, which is incorrect. Downloading that package and moving it into docker-compose in the installed Docker Desktop image, then changing the permissions and ownership to match the other files seems to yield the desired results.Location
https://docs.docker.com/compose/install/
Suggestion
Add instructions on how to add docker-compose to Docker Desktop on the Mac. Perhaps it could be the method I used. Alternately, perhaps Homebrew would do the trick.
The text was updated successfully, but these errors were encountered: