I'm trying to run hexdolemonai/lemon-runtime-sandbox:latest on WSL 2 (Windows 11), but even docker run ... /bin/bash fails with:
Failed to initialize: protocol not available
Is this expected? Does the runtime depend on AF_VSOCK or other kernel features not available in WSL 2?
Could you provide a WSL-compatible mode or alternative communication protocol (e.g., TCP)?
I'm trying to run
hexdolemonai/lemon-runtime-sandbox:lateston WSL 2 (Windows 11), but evendocker run ... /bin/bashfails with:Is this expected? Does the runtime depend on
AF_VSOCKor other kernel features not available in WSL 2?Could you provide a WSL-compatible mode or alternative communication protocol (e.g., TCP)?