Sqlserver cannot start on Windows using WSL

I am trying to run bitwarden self-hosted on a Windows 11 machine using WSL2.

All of the containers start up fine except bitwarden-mssql, it crashes at startup with an error (below)

In case it’s relevant, the step " In Docker Desktop, navigate to SettingsResourcesFile Sharing and add the created directory (C:\Bitwarden ) to the Resources list. Select Apply & Restart to apply your changes." from the installation instructions cannot be completed as that section doesn’t exist in settings, presumably because I’m using WSL.

Can I run bitwarden under WSL? If so, what am I missing.

2023-01-16 11:04:37 This program has encountered a fatal error and cannot continue running at Mon Jan 16 17:04:37 2023
2023-01-16 11:04:37 The following diagnostic information is available:
2023-01-16 11:04:37 
2023-01-16 11:04:37          Reason: 0x00000003
2023-01-16 11:04:37          Status: 0x00000026
2023-01-16 11:04:37         Message: Unable to create a new asynchronous I/O context. Please increase sysctl fs.aio-max-nr
2023-01-16 11:04:37           Stack:
2023-01-16 11:04:37                  IP               Function
2023-01-16 11:04:37                  ---------------- --------------------------------------
2023-01-16 11:04:37                  00005814ca51ba9c <unknown>
2023-01-16 11:04:37                  00005814ca51b4e2 <unknown>
2023-01-16 11:04:37                  00005814ca47c326 <unknown>
2023-01-16 11:04:37                  00005814ca4aa36b <unknown>
2023-01-16 11:04:37                  00005814ca4aa166 <unknown>
2023-01-16 11:04:37                  00005814ca48bc16 <unknown>
2023-01-16 11:04:37                  00005814ca47761a <unknown>
2023-01-16 11:04:37                  00005814ca468fad <unknown>
2023-01-16 11:04:37                  00007d0355c84083 __libc_start_main+0xf3
2023-01-16 11:04:37                  00005814ca464fbe <unknown>
2023-01-16 11:04:37         Process: 40 - sqlservr
2023-01-16 11:04:37          Thread: 40
2023-01-16 11:04:37     Instance Id: 91a1b3f0-92f9-40f0-af28-b2ef83bb275b
2023-01-16 11:04:37        Crash Id: 69732771-567d-440d-8022-75de4dae0c33
2023-01-16 11:04:37     Build stamp: e5dea205d0938e2848fb2509856a7e8f30783e6d5f62d0c88355e288de0db89a
2023-01-16 11:04:37    Distribution: Ubuntu 20.04.4 LTS
2023-01-16 11:04:37      Processors: 20
2023-01-16 11:04:37    Total Memory: 33542103040 bytes
2023-01-16 11:04:37       Timestamp: Mon Jan 16 17:04:37 2023
2023-01-16 11:04:37      Last errno: 38
2023-01-16 11:04:37 Last errno text: Function not implemented
2023-01-16 11:04:37 Capturing a dump of 40
2023-01-16 11:04:37 sqlservr: utils.cpp:561: uintptr_t GetEndOfLibOSVmRange(): Assertion `GetGlobals()->GetStatics()->IsLibOSVmmRangeEndValid()' failed.
2023-01-16 11:04:37 This program has encountered a fatal error and cannot continue running at Mon Jan 16 17:04:37 2023
2023-01-16 11:04:37 The following diagnostic information is available:
2023-01-16 11:04:37 
2023-01-16 11:04:37          Reason: 0x00000001
2023-01-16 11:04:37          Signal: SIGSEGV - Segmentation fault (11)
2023-01-16 11:04:37           Stack:
2023-01-16 11:04:37                  IP               Function
2023-01-16 11:04:37                  ---------------- --------------------------------------
2023-01-16 11:04:37                  00005814ca51ba9c <unknown>
2023-01-16 11:04:37                  00005814ca51b4e2 <unknown>
2023-01-16 11:04:37                  00005814ca531896 <unknown>
2023-01-16 11:04:37                  00005814ca49f2db <unknown>
2023-01-16 11:04:37                  00007d035631a420 __restore_rt+0x0
2023-01-16 11:04:37                  00007d0355c82941 abort+0x213
2023-01-16 11:04:37                  00007d0355c82729 <unknown>
2023-01-16 11:04:37                  00007d0355c93fd6 __assert_fail+0x46
2023-01-16 11:04:37                  00005814ca576bb0 <unknown>
2023-01-16 11:04:37                  00005814ca576e68 <unknown>
2023-01-16 11:04:37                  00005814ca57b3c6 <unknown>
2023-01-16 11:04:37                  00005814ca5760f4 <unknown>
2023-01-16 11:04:37                  00005814ca576fec <unknown>
2023-01-16 11:04:37                  00005814ca574e7a <unknown>
2023-01-16 11:04:37                  00005814ca51e3b4 <unknown>
2023-01-16 11:04:37                  00005814ca51de99 <unknown>
2023-01-16 11:04:37                  00007d035630e609 start_thread+0xd9
2023-01-16 11:04:37                  00007d0355d7f133 clone+0x43
2023-01-16 11:04:37         Process: 1 - sqlservr
2023-01-16 11:04:37          Thread: 39
2023-01-16 11:04:37     Instance Id: 91a1b3f0-92f9-40f0-af28-b2ef83bb275b
2023-01-16 11:04:37        Crash Id: 69732771-567d-440d-8022-75de4dae0c33
2023-01-16 11:04:37     Build stamp: e5dea205d0938e2848fb2509856a7e8f30783e6d5f62d0c88355e288de0db89a
2023-01-16 11:04:37    Distribution: Ubuntu 20.04.4 LTS
2023-01-16 11:04:37      Processors: 20
2023-01-16 11:04:37    Total Memory: 33542103040 bytes
2023-01-16 11:04:37       Timestamp: Mon Jan 16 17:04:37 2023
2023-01-16 11:04:37      Last errno: 1
2023-01-16 11:04:37 Last errno text: Operation not permitted