

In addition, the material offers no opinion with respect to the suitability of any security or specific investment. The material on this website and any other materials created by QuantRocket LLC is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantRocket LLC. Now, use docker-compose to deploy QuantRocket: $ cd ~/quantrocket $ docker-compose -p quantrocket up -dĭocker Compose will read your docker-compose.yml, pull the images down from Docker Hub, and create and run containers from the images.
#DOCKER QUICKSTART TERMINAL WINDOWS 10 DOWNLOAD#
(You can also download the Compose file from the downloads page.)


Open PowerShell on Windows (click Start and type "powershell").Ĭreate a folder for QuantRocket under your home directory: $ cd ~ $ mkdir quantrocket $ cd quantrocketĬopy and paste the following command to download the latest Compose file and save to your computer: $ curl '' -o docker-compose.yml A Compose file is a YAML file that defines a multi-container Docker application.
#DOCKER QUICKSTART TERMINAL WINDOWS 10 HOW TO#
To install QuantRocket, download a Docker Compose file which tells Docker how to create the QuantRocket stack. Docker Desktop for Windows can run Windows containers or Linux containers but not both at the same time. Do not select any options in Docker Desktop to use Windows containers.
