Issue with starting containers using docker compose up

When I use docker compose up -d command, I encounter the following error:
Error response from daemon: hcs::CreateComputeSystem d82c7b7545d1e86c22f6f28660c498b2bc5d4313564c6685549421077ba77e58: The system cannot find the file specified.
I’m using pure Docker (aka Docker daemon) with compose plugin, not Docker Desktop.
OS: Windows 11 (Hyper-V enabled).
The issue occurs only with ltsc2022 version of base image. If I use ltsc2019, then everything works seamlessly without problems.

I’m using Docker Engine 25.0.3 version:

Client:
 Version:    25.0.3
 Context:    default
 Debug Mode: false
 Plugins:
  compose: Docker Compose (Docker Inc.)
    Version:  v2.32.2

You can find the Docker project repository, which includes the docker-compose.yml file, here: xmcloud-foundation-head/local-containers at main · sitecorelabs/xmcloud-foundation-head · GitHub

Any assistance you can provide would be greatly appreciated.

One of the usual questions:

  • How did you install Docker? We know it is not Docker Desktop, but can you share the instructions you followed?

That’s strange. None of my guesses would have been that it depends on the image. If it does, maybe it is not compatible with your Docker Daemon? But then why it would say

For me it is like a bind mount issue.