Skip to content

docker-compose installation instructions did not work on Mac with arm64 #22723

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

Open
1 task done
djbauch opened this issue May 29, 2025 · 1 comment
Open
1 task done
Labels
area/compose Relates to docker-compose.yml spec or docker-compose binary

Comments

@djbauch
Copy link

djbauch commented May 29, 2025

Is this a docs issue?

  • 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.

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.

@djbauch djbauch added the status/triage Needs triage label May 29, 2025
@aevesdocker
Copy link
Contributor

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?

@aevesdocker aevesdocker added area/compose Relates to docker-compose.yml spec or docker-compose binary and removed status/triage Needs triage labels May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/compose Relates to docker-compose.yml spec or docker-compose binary
Projects
None yet
Development

No branches or pull requests

2 participants