i'm following a php tutorial that uses Docker, so when i want to load apache image it shows an error "docker: "invalid reference format" and this is the command:
docker run -d -p 80:80 --name my-apache-php-app -v C:\Users\INFO PC\Desktop\phpdockertuto:/var/www/html php:7.2-apache
thank you in advance