Spring in Action, Sixth Edition page 96, docker commands errors
To the point I'm at I have run the following commands in my vs code terminal docker network create cassandra-net docker run --name my-cassandra --network cassandra-net -p 9042:9042 -d cassandra:latest The book now wants me to run the following command…