-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
docker compose up
is broken on macOS
#1739
Comments
I also had the same experience here as well but with
I was able to get the demo running by checking out older commits from this repo such as:
|
@trentm @JessicaGarson Could you share the Docker version you had the issue with? If you upgrade Docker 27.2.1+, does the issue persist? This issue was reported for the latest Docker versions: docker/compose#12139 |
^^ Same for me:
Assuming I have this right and that /usr/local/bin/docker was actually installed by Docker Desktop. I notice that
|
I guess Docker Desktop releases lag on the docker engine version included. |
That docker compose fix (
So perhaps we need to wait for Docker Desktop to get a release with v2.29.7 out? |
This is interesting. I'm in a super outdated version on Mac and I don't have this issue. My current version is: |
I am experiencing this issues too, |
I'm running
|
yah, the issue was caused by a compasses change that was then reverted. So there is a range of versions of docker compose where this is broken. |
@trentm is there anything we can do on our end? |
I guess that is up to the maintainers of this repo. Personally I'd keep it open until the issue is fixed... which I think is personal until Docker releases a Docker Desktop for macOS that includes the updated docker compose. I don't know what the process is for updating compose in Docker Desktop. |
Docker Desktop 4.35.0 with Docker Compose 2.29.7 was just released. Unfortunately, I don't have permission to update Docker Desktop on my system (need to wait on IT). If someone on Apple silicon can update their Docker Desktop and test to confirm that would be appreciated. |
@puckpuck Still getting the same issue here
|
@puckpuck Can confirm I am still getting same issue too:
|
@rogercoll I wonder if the answer (at least when using |
I agree, have just tested latest
|
Many thanks to everyone that helped troubleshooting the issue, reverting changes in #1755 |
Issue should be fixed in latest main. |
Bug Report
Which version of the demo you are using?
commit 6d074fb
Symptom
The recent change in #1728 breaks
docker compose up
on macOS:When I apply the following change, I am able to bring the services up:
Additional Context
Myself and another co-worker are hitting this. We are both on macOS/arm.
The text was updated successfully, but these errors were encountered: