devpod
devpod copied to clipboard
use docker not support
[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
- 10.1.1.116 is my dockerServer root@local116:~# systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2024-03-21 15:50:45 CST; 3 weeks 4 days ago TriggeredBy: ● docker.socket Docs: https://docs.docker.com Main PID: 855 (dockerd) Tasks: 138 Memory: 244.0M CPU: 33min 20.278s CGroup: /system.slice/docker.service
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?