For my course we have to run: docker run -p 6379:6379 –name some-redis -d redis:4.0.1
But when I run this command it says that its on invalid format. This class is a couple years old so I know things change but in the project instructions it said to use this instead of what the video showed and it seems to be working for the rest of my class mates so I am kind of at a lost on how to move forward without getting this container.