-
Notifications
You must be signed in to change notification settings - Fork 70
Description
是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
发生了什么 | What happened
VMware System:
UBuntu 22.04
Docker version 28.3.2, build 578ccf6
Docker Compose version v2.38.2
OpenScow:1.6.4
AMD 7763 Single
启动阶段出现报错无法启动:
root@hhpc:/opt/scow# cli compose up
INFO: Loaded plugins: []
WARN[0000] /opt/scow/docker-compose-1752156903078.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 13/13
✔ Network scow_default Created 0.1s
✔ Container scow-log-1 Created 0.1s
✔ Container scow-portal-server-1 Created 0.1s
✔ Container scow-novnc-1 Created 0.1s
✔ Container scow-redis-1 Created 0.2s
✔ Container scow-gateway-1 Created 0.2s
✔ Container scow-auth-1 Created 0.2s
✔ Container scow-mis-server-1 Created 0.1s
✔ Container scow-mis-web-1 Created 0.1s
✔ Container scow-audit-server-1 Created 0.2s
✔ Container scow-db-1 Created 0.1s
✔ Container scow-portal-web-1 Created 0.2s
✔ Container scow-audit-db-1 Created 0.1s
Attaching to audit-db-1, audit-server-1, auth-1, db-1, gateway-1, log-1, mis-server-1, mis-web-1, novnc-1, portal-server-1, portal-web-1, redis-1
Error response from daemon: failed to create task for container: failed to initialize logging driver: dial tcp 127.0.0.1:24224: connect: connection refused
复现方法:
cli compose up
cli compose start
root@hhpc:/opt/scow# docker inspect scow-log-1 | grep -A 10 '"State"'
"State": {
"Status": "created",
"Running": false,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 0,
"ExitCode": 128,
"Error": "failed to create task for container: failed to initialize logging driver: dial tcp 127.0.0.1:24224: connect: connection refused",
"StartedAt": "0001-01-01T00:00:00Z",
root@hhpc:/opt/scow# docker start scow-log-1
docker logs scow-log-1
Error response from daemon: failed to create task for container: failed to initialize logging driver: dial tcp 127.0.0.1:24224: connect: connection refused
Error: failed to start containers: scow-log-1
Error response from daemon: dial tcp 127.0.0.1:24224: connect: connection refused
root@hhpc:/opt/scow# docker events --filter 'container=scow-log-1' --since '30m'
2025-07-10T21:40:36.856237486+08:00 container create 6a43e42c40fb4d45fda62da239452c8b55aced7f3c2bb3c380f004e4e3881795 (Description=Fluentd docker image, Vendor=Fluent Organization, Version=1.14.0, com.docker.compose.config-hash=e0a77090bf1bc9c9607e44f12c8a2f565961419c11cd06ae7d3f8d3b956ebbe7, com.docker.compose.container-number=1, com.docker.compose.depends_on=, com.docker.compose.image=sha256:b9bb541bfc9908f21cb0dd96aaaacb54d846895aecd4b03c4a16707d4f4f13e4, com.docker.compose.oneoff=False, com.docker.compose.project=scow, com.docker.compose.project.config_files=/opt/scow/docker-compose-1752154746912.yml, com.docker.compose.project.working_dir=/opt/scow, com.docker.compose.service=log, com.docker.compose.version=2.38.2, image=f
期望结果 | What did you expect to happen
No response
之前运行正常吗? | Did this work before?
首次安装
复现方法 | Steps To Reproduce
root@hhpc:/opt/scow# cli compose up
INFO: Loaded plugins: []
WARN[0000] /opt/scow/docker-compose-1752156903078.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 13/13
✔ Network scow_default Created 0.1s
✔ Container scow-log-1 Created 0.1s
✔ Container scow-portal-server-1 Created 0.1s
✔ Container scow-novnc-1 Created 0.1s
✔ Container scow-redis-1 Created 0.2s
✔ Container scow-gateway-1 Created 0.2s
✔ Container scow-auth-1 Created 0.2s
✔ Container scow-mis-server-1 Created 0.1s
✔ Container scow-mis-web-1 Created 0.1s
✔ Container scow-audit-server-1 Created 0.2s
✔ Container scow-db-1 Created 0.1s
✔ Container scow-portal-web-1 Created 0.2s
✔ Container scow-audit-db-1 Created 0.1s
Attaching to audit-db-1, audit-server-1, auth-1, db-1, gateway-1, log-1, mis-server-1, mis-web-1, novnc-1, portal-server-1, portal-web-1, redis-1
Error response from daemon: failed to create task for container: failed to initialize logging driver: dial tcp 127.0.0.1:24224: connect: connection refused
运行环境 | Environment
- OS:ubuntu 22.04
- Scheduler:Slurm 22.05.3
- Docker:Docker version 28.3.2, build 578ccf6
- Docker-compose:Docker Compose version v2.38.2
- SCOW cli:1.6.4
- SCOW:1.6.4
- Adapter:1.6备注 | Anything else?
No response