You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: