Installing Docker - what am I missing?

Ok, I'm working with Docker for the very first time and I'm trying to understand how we make this work. I have pulled the repo into my machine, but now I have no idea how to make it run.

I get that it says use the run command below - which I'm assuming is docker_run.sh; however, my docker is telling me that the bash command isn't found. If I try to run the docker run -d \ command, again, all I get it < these and I can't get any further.

Please help and tell me what I'm missing!

Cheers,
Joel

Here is a screenshot of what I mean:

12%20PM

Sorry, I forgot to update the hub.docker.com version of the run command which had a typo a little while back. Currently the run command only exists in this file:

https://github.com/pi-hole/docker-pi-hole/blob/master/docker_run.sh

So, what do I run? the whole thing before the .sh?

Or at least point me in the right direction. I'm reading the documentation over and over, but I'm just not sure what my "install" step is. for some reason it's just not clear.

@diginc - I do appreciate the help Adam!

This is the new error that I'm experiencing.

13%20PM

Remove the --env-file .env from the docker run if you weren't wanting that, we've since removed it from the example. A docker-compose file is now the default example in the readme.