Pulling Docker Images

Ensure you have Docker installed on your machine. From your command line interface type the following commands:

  1. docker pull casperlabs/node:latest
  2. docker pull casperlabs/client:latest
  3. docker pull casperlabs/execution-engine:latest

This will pull all the requisite images to run the node.

From there, proceed to setting up a network

Make sure you install docker-compose as well.

1 Like