Bin/elasticsearch-create-enrollment-token --scope kibana

Hello,

I'm trying to get something called Elastiflow working. I'm newish to Docker and very new to the ELK setup.

I've followed this:

This is my docker compose file:

When I go to http://192.168.100.100:5601/ I get "paste enrolment token"

and try:

bin/elasticsearch-create-enrollment-token --scope kibana

As it's docker do I do this in the container? I'm stuck at this part and can't find much on this.

Thanks