loft-sh / devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
https://devpod.sh
Mozilla Public License 2.0
8.43k stars 307 forks source link

use docker not support #1007

Open zhangyy8lab opened 2 months ago

zhangyy8lab commented 2 months ago

[10:20:42] info Workspace tusimaservermonitor already exists [10:20:42] info Creating devcontainer... [10:20:42] info devcontainer up: find dev container: docker ps: Cannot connect to the Docker daemon at tcp://10.1.1.116:855. Is the docker daemon running? [10:20:42] info exit status 1 [10:20:43] error Try enabling Debug mode under Settings to see a more verbose output [10:20:43] fatal run agent command: Process exited with status 1

image

pascalbreuninger commented 2 months ago

Hi @zhangyy8lab, thanks for opening the issue. Can you confirm you're docker cli is able to connect to your host by running DOCKER_HOST=10.1.1.116:855 docker ps please?