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
{{ message }}
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Building containers works if I initiate it from the Windows side (cmd.exe), but fails if I start it from WSL's bash:
ERROR: for oshpdlocaldocker_phpfpm_1 Cannot start service phpfpm: OCI runtime create failed: container_linux.go:296: starting container process caused "process_linux.go:398: container init caused \"rootfs_linux.go:58: mounting \\\"/mnt/c/Users/dave/Code/oshpd-local-docker/config/php-fpm/docker-php-ext-xdebug.ini\\\" to rootfs \\\"/var/lib/docker/overlay2/b36de1f5ef320d7607a5a5b7d2c6cb40d6b325c77ac0266a983b59ce20c24f8d/merged\\\" at \\\"/var/lib/docker/overlay2/b36de1f5ef320d7607a5a5b7d2c6cb40d6b325c77ac0266a983b59ce20c24f8d/merged/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini\\\" caused \\\"not a directory\\\"\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
ERROR: for phpfpm Cannot start service phpfpm: OCI runtime create failed: container_linux.go:296: starting container process caused "process_linux.go:398: container init caused \"rootfs_linux.go:58: mounting \\\"/mnt/c/Users/dave/Code/oshpd-local-docker/config/php-fpm/docker-php-ext-xdebug.ini\\\" to rootfs \\\"/var/lib/docker/overlay2/b36de1f5ef320d7607a5a5b7d2c6cb40d6b325c77ac0266a983b59ce20c24f8d/merged\\\" at \\\"/var/lib/docker/overlay2/b36de1f5ef320d7607a5a5b7d2c6cb40d6b325c77ac0266a983b59ce20c24f8d/merged/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini\\\" caused \\\"not a directory\\\"\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
ERROR: Encountered errors while bringing up the project.
Need to debug this further when I get a chance
The text was updated successfully, but these errors were encountered:
Building containers works if I initiate it from the Windows side (cmd.exe), but fails if I start it from WSL's bash:
Need to debug this further when I get a chance
The text was updated successfully, but these errors were encountered: