>>SOLVED<<Labs: Docker Compose>>>>QUESTION 2

Need help understand what I did wrong here, please helpppppppppppppppppppppp.
below screenshot indicate link was successful as web counter works


Hi @dapsonrock

The question asks you to run the container and link it. This does not involve the docker-compose.yaml file yet.
And this is how our grader is validating the task.

docker run -d --name=clickcounter --link redis:redis -p 8085:5000 kodekloud/click-counter

My initial thought was that grading is based on answering questions as per below, never though it’s based on how we go about doing it.

  1. clickcounter exposed on the correct HostPort?
  2. clickcounter linked to the redis container ?

Sorted. Thank you for your support.