We run the same setup and we're experiencing the same error as mentioned here: lando/lando#3753
Windows 11 with Docker Desktop + WSL2 + Ubuntu and lando stable / latest
If i delete the proxy container and rebuild the project, it will work once. But if i start a project using the existing proxy, this error occurs:
[+] Running 0/1
⠼ Container landoproxyhyperion5000gandalfedition_proxy_1 Starting 0.4s
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu/bc29ed73dc19b30f457445d9810ca1b50fe071fa416628197a9bde8f1d2102dd" to rootfs at "/certs/cert.key": mount /run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu/bc29ed73dc19b30f457445d9810ca1b50fe071fa416628197a9bde8f1d2102dd:/certs/cert.key (via /proc/self/fd/6), flags: 0x5000: no such file or directory: unknown
ERROR ==> UNKNOWN ERROR
[+] Running 0/1
⠦ Container removedcustomername_appserver_1 Starting 0.6s
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu/cd76ef32516139e2987f3e7905bf95699c81a22c2b9aad98f4fa5d20b6ebc0b5" to rootfs at "/certs/cert.crt": mount /run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu/cd76ef32516139e2987f3e7905bf95699c81a22c2b9aad98f4fa5d20b6ebc0b5:/certs/cert.crt (via /proc/self/fd/6), flags: 0x5000: no such file or directory: unknown
ERROR ==>
services:
appserver:
type: php:8.2
via: apache:2.4
ssl: true
We run the same setup and we're experiencing the same error as mentioned here: lando/lando#3753
Windows 11 with Docker Desktop + WSL2 + Ubuntu and lando stable / latest
If i delete the proxy container and rebuild the project, it will work once. But if i start a project using the existing proxy, this error occurs: