Docker error with Apple chip

Issue Report

Environment

  • Operating System: : MacBook Air M2
  • CPU Architecture: : 10 core GPU
  • RAM:
  • Storage: : 1TB
  • Plot Size:
  • Subspace Deployment Method:

Problem

I am trying to set up firming with my apple chip Mac and Docker.
It seems like Docker is up and running, but I get the error below or “container for service “node” is unhealthy”.

“Error response from daemon: Bad response from Docker engine”

Steps to reproduce

  1. Go to subspace directory in terminal.
  2. Run “docker-compose up”

Expected result

What happens instead

[Paste error here]

[+] Running 1/0
 ⠿ Container subspace-node-1  Running                                      0.0s
Attaching to subspace-farmer-1, subspace-node-1
container for service "node" is unhealthy
2 Likes

I’m not familiar with Docker on a Mac but do you get anything from docker logs node --tail=1000?

2 Likes

found this issue. Seems some specific versions works for MacOS

2 Likes

Thank you for your advise.

I can run both farmer-1 and node-1 successfully by making Memory, Swap and Disk image size bigger at Docker setting.

2 Likes