This is a duplicate of another post but posting so I can hopefully get a response.
when I run the command
• $ ./sandbox up
I get the error described below.
**sandbox version :** Latest
**OS** macOS Monterrey 12.5.1 (21G83)
**Docker version** Docker Desktop 4.12.0 (85629)
**Full Error Message:**
waiting for services to initialize.
the following did not start:
algorand node
indexer node
One or more services failed to start.
**full file sandbox.log uploaded e.g. in Github gists or similar system, and linked there:**
gistfile1.txt
* docker compose up -d
Traceback (most recent call last):
File "urllib3/connectionpool.py", line 670, in urlopen
File "urllib3/connectionpool.py", line 392, in _make_request
File "http/client.py", line 1255, in request
File "http/client.py", line 1301, in _send_request
File "http/client.py", line 1250, in endheaders
File "http/client.py", line 1010, in _send_output
File "http/client.py", line 950, in send
File "docker/transport/unixconn.py", line 43, in connect
This file has been truncated. show original
Are you sure Docker is started? You can check using docker run hello-world
and show the output.
Can you run docker compose version
to check that docker compose actually works?
Also, your Docker can be updated.
TTogle
November 1, 2022, 9:04am
3
When I encountered that problem deleting the stored images under the Docker Desktop associated to sandbox from previous starts also helped.
I think this may have had to do with the fact that I had recently updated my Mac’s OSX. It required me to re-download the XCode developer tools and was making many terminal commands work poorly until I did. Thanks for the help!
2 Likes