Nori
October 12, 2022, 10:49am
1
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
Go to subspace directory in terminal.
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
1 Like
I’m not familiar with Docker on a Mac but do you get anything from docker logs node --tail=1000
?
1 Like
found this issue. Seems some specific versions works for MacOS
opened 12:16PM - 21 Jan 21 UTC
version/3.1.0
version/3.3.0
version/4.0.1
version/4.1.0
<!--
Please, check https://docs.docker.com/docker-for-mac/troubleshoot/.
Issue… s without a clear description, logs and details cannot be debugged, and will be closed.
Please give your issue a clear title, not just a one-word statement or a diagnostics ID.
Issues unrelated to Docker Desktop will be closed. In particular, see
- https://github.com/docker/compose/issues for docker-compose
- https://github.com/docker/machine/issues for docker-machine
- https://github.com/moby/moby/issues for Docker daemon
- https://github.com/docker/docker.github.io/issues for the documentation
-->
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [x] I have uploaded Diagnostics
- Diagnostics ID: 8C07CAED-501C-4DA5-B456-492B24495E9F/20210121121232
### Expected behavior
Docker works normally
### Actual behavior
Docker works, but after some several images/containers creation it became unresponsible with "Error response from daemon: Bad response from Docker engine" for all client requests. Restart helps for some time and then problems happens again.
I tried OS restart and docker for mac reinstall — nothing changes.
### Information
<!--
Please, help us understand the problem. For instance:
- Is it reproducible?
- Is the problem new?
- Did the problem appear with an update?
- A reproducible case if this is a bug, Dockerfiles FTW.
-->
- macOS Version: 10.14.6
It happens all the time, but i do not know what can reproduce problem particulary
### Diagnostic logs
```
Docker for Mac: version... 3.1.0 (51484)
```
### Steps to reproduce the behavior
<!--
A reproducible case, Dockerfiles FTW.
-->
1. ...
2. ...
1 Like
Nori
October 13, 2022, 5:46am
4
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