I am running docker in a virtual machine "presented" by lima and get the following error:
lstk
▟████▖ lstk (0.5.4)
▟██▙█▙█▟ LocalStack AWS Emulator
▀▛▀▛▀ localhost.localstack.cloud:4566
LocalStack: validating license (2026.3.0)
✔︎ Pulled localstack/localstack-pro:latest
Starting LocalStack...
✗ failed to start LocalStack: Error response from daemon: error while creating mount source path '/Users/<me>/.lima/docker/sock/docker.sock': mkdir /Users/<me>/.lima/docker/sock/docker.sock: operation not supported
The lima instance is started with "--mount-writable", but that shouldn't raise the error trying to "mkdir" the socket file?