-
Follow the Docker to install Docker.
-
To pull down the image:
docker run –rm –interactive –tty stackchain/alonzopurple:1.0.1
-
To run the node
cardano-node run \
–topology /home/cardano-my-node/alonzo-purple-topology.json \
–database-path /home/cardano-my-node/db \
–socket-path /home/cardano-my-node/db/socket \
–host-addr 0.0.0.0 \
–port 6000 \
–config /home/cardano-my-node/alonzo-purple-config.json
Open a new terminal -
Connect to the container in a new shell.
docker exec -it <container> bash
-
Run gLiveView.sh to see the node information
./gLiveView.sh