Issue: After cloning the repo, entering the drupal8-docker-app directory and attempting to run the batch file drupal8_local.bat, the error "docker:invalid reference format" is returned.
Environment: Windows Pro 10 Build 18990.vb_release.190921-1704
Running the command from a Powershell console window
Total output is:
A subdirectory or file \web already exists. A subdirectory or file \data already exists.
Starting Drupal using persistence on / folder
Using MYSQL PORT: 33875
Using HTTP URL : http://localhost:35230
docker: invalid reference format.
See 'docker run --help'.
It looks like there is a problem with the second mount here
i.e. --volume=%cd%\%1\data:/var/lib/mysql --volume=%cd%\%1:/var/www/html
should have a local\web mounting to /var/www/html
Issue: After cloning the repo, entering the drupal8-docker-app directory and attempting to run the batch file drupal8_local.bat, the error "docker:invalid reference format" is returned.
Environment: Windows Pro 10 Build 18990.vb_release.190921-1704 Running the command from a Powershell console window
Total output is: A subdirectory or file \web already exists. A subdirectory or file \data already exists. Starting Drupal using persistence on / folder Using MYSQL PORT: 33875 Using HTTP URL : http://localhost:35230 docker: invalid reference format. See 'docker run --help'.
It looks like there is a problem with the second mount here i.e. --volume=%cd%\%1\data:/var/lib/mysql --volume=%cd%\%1:/var/www/html should have a local\web mounting to /var/www/html