swift-rainbow-28443
03/24/2023, 6:20 AMmountType: 9p
in Windows ?override.yaml
but Windows does has that ?
Provisioning Scripts | Rancher Desktop Docswide-mechanic-33041
03/24/2023, 11:43 AMswift-rainbow-28443
03/24/2023, 11:47 AMfast-garage-66093
03/24/2023, 5:21 PMrdctl --set experimental.virtual-machine.mount.type=9p
instead of creating an override.yaml
file. There are additional settings for the 9p
mount options (see Release Rancher Desktop 1.8.0)swift-rainbow-28443
03/25/2023, 7:55 AMdocker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/mnt/wsl/rancher-desktop/run/docker-mounts/86b93509-7337-4fae-bfce-43898ed20f72" to rootfs at "/entrypoint": mount /mnt/wsl/rancher-desktop/run/docker-mounts/86b93509-7337-4fae-bfce-43898ed20f72:/entrypoint (via /proc/self/fd/7), flags: 0x5000: 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.
docker run -it --mount type=bind,src=/root/airflow/trst.py,dst=/entrypoint --rm --pull never <http://ghcr.io/apache/airflow/main/ci/python3.7|ghcr.io/apache/airflow/main/ci/python3.7> python -m http.server
fast-garage-66093
03/25/2023, 10:08 PM