OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

Docker volume on windows

Open PierrunoYT opened this issue 10 months ago • 9 comments

pierre@Pierruno:~$ docker pull ghcr.io/opendevin/sandbox Using default tag: latest latest: Pulling from opendevin/sandbox bccd10f490ab: Pull complete cb5edcfbf460: Pull complete Digest: sha256:fac15190a8ccf145758151dc41d329f1de0cf5de43b4737fa83d3d3773cfe993 Status: Downloaded newer image for ghcr.io/opendevin/sandbox:latest ghcr.io/opendevin/sandbox:latest pierre@Pierruno:~$ cd /mnt/c/Users/pierr/OpenDevin pierre@Pierruno:/mnt/c/Users/pierr/OpenDevin$ pipenv shell Launching subshell in virtual environment... pierre@Pierruno:/mnt/c/Users/pierr/OpenDevin$ . /home/pierre/.local/share/virtualenvs/OpenDevin-kZ9rGcbW/bin/activate (OpenDevin) pierre@Pierruno:/mnt/c/Users/pierr/OpenDevin$ uvicorn opendevin.server.listen:app --port 3000 INFO: Started server process [53146] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:3000 (Press CTRL+C to quit) INFO: ('127.0.0.1', 42980) - "WebSocket /ws" [accepted] INFO: connection open Failed to start container: 500 Server Error for http+docker://localhost/v1.44/containers/create?name=sandbox-default: Internal Server Error ("invalid volume specification: '/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu/af7e382c682ee4a4990e1cf9ea6fe474064e92073dd5c85b9da40e18878efc33:\Users\pierr\OpenDevinProjects:/workspace:rw'") Error creating controller.

PierrunoYT avatar Mar 29 '24 21:03 PierrunoYT