Closed craigpastro closed 2 weeks ago
Which docker version are you on? It works for me on the following version:
➜ docker -v
Docker version 24.0.5, build ced0996
Which docker version are you on? It works for me on the following version:
Oh, very good question. Thank you.
$ docker -v
Docker version 24.0.6, build ed223bc
I've also updated the issue.
Perhaps I need to try reinstalling docker. I'll report back.
Edit: I've reinstalled docker, blew away .docker
, and it still doesn't work 😢
Works for me as well
% docker --version
Docker version 27.3.1, build ce12230
% sw_vers -productVersion
14.6.1
% sysctl -a | grep machdep.cpu
machdep.cpu.cores_per_package: 8
machdep.cpu.core_count: 8
machdep.cpu.logical_per_package: 8
machdep.cpu.thread_count: 8
machdep.cpu.brand_string: Apple M2
Oh, that's great! I no longer have a silicon Mac, so I can't test it. I'll close the issue as it seems to be a me problem. Thanks!
Bug report
Describe the bug
I am on a silicon mac (M2 Pro) and
docker compose up
just hangs as below. It works fine on intel macs however. Any ideas? And thanks for any help!To Reproduce
Run
docker compose up
on a silicon mac.Expected behavior
Runs Postgres with the pg_jsonschema extension installed.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Add any other context about the problem here.