Error of installation of Quantrocket

I am trying to install the quant rocket on Mac for many times. When I am executing the docker-compose, the Terminal just blocks like this


(base) wulehan@wuyuehandeMacBook-Air ~ % mkdir quantrocket
(base) wulehan@wuyuehandeMacBook-Air ~ % cd quantrocket
(base) wulehan@wuyuehandeMacBook-Air quantrocket % curl 'https://www.quantrocket.com/composefiles/latest/local/docker-compose.yml' -o docker-compose.yml
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4952 100 4952 0 0 17564 0 --:--:-- --:--:-- --:--:-- 17622
(base) wulehan@wuyuehandeMacBook-Air quantrocket % cd ~/quantrocket
(base) wulehan@wuyuehandeMacBook-Air quantrocket % docker compose -p quantrocket up -d

And the last time when I tried to install, it looked like this.
[+] Running 0/145

  • master [⠀⠀⠀⠀⠀] Pulling 681.6s
  • satellite [⠀⠀⠀⠀] Pulling 681.6s
  • jupyter [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 681.6s
  • blotter [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 681.6s
  • codeload [⠀⠀⠀⠀] Pulling 681.6s
  • zipline [⠀⠀⠀⠀⠀⠀⠀] Pulling 681.6s
  • dash [⠀⠀⠀⠀⠀⠀] Pulling 681.6s
  • realtime [⠀⠀⠀⠀] Pulling 681.6s
  • ibg1 [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 681.6s
  • moonshot [⠀⠀⠀] Pulling 681.6s
  • db [⠀⠀⠀⠀] Pulling 681.6s
  • account [⠀⠀⠀⠀⠀] Pulling 681.6s
  • flightlog [⠀⠀⠀⠀] Pulling 681.6s
  • fundamental [⠀⠀⠀⠀⠀] Pulling 681.6s
  • license-service [⠀⠀⠀] Pulling 681.6s
  • history [⠀⠀⠀⠀] Pulling 681.6s
  • ibgrouter [⠀⠀⠀] Pulling 681.6s
  • countdown [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 681.6s

It looks like Docker is hanging while pulling images, before the containers even start. That usually points to a Docker or network issue rather than QuantRocket itself. To narrow it down, please try these two quick checks.

First, pull a tiny public image:

docker pull hello-world

If this hangs, the problem is general Docker or network connectivity.

If that works, try a single QuantRocket image:

docker pull quantrocket/houston:2.11.0

If that works, try pulling all the images:

docker compose -p quantrocket up -d

This should help identify whether the issue is with Docker/your network in general, or something specific to pulling QuantRocket images.

Thank you for reply. The first two step worked well. But I was executing the decker compose, it displayed this situation.

Plus, I also tried to install it on my Windows PC, but it showed this situation. Do I need more patience more it or there is just something wrong?

The error message on your Mac could be caused by lack of disk space. How much space have you allocated in Docker Desktop → Settings → Resources? You might need to increase it, or if you've used Docker before, you may need to delete some old images to free up space.

That may be a reason. I got 110 GB left on my MacBook. How much space will it need ?