You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Following the documentation, I execute ./docker-compose.sh
This command never success and always finish with this error message : "start returned error: OCI runtime create failed: container_linux.go:377: starting container process caused: process_linux.go:352: getting the final child's pid from pipe caused: EOF: unknown"
To Reproduce
For me, just launch command ./docker-compose.sh or command ./docker-compose-build.sh
Environment :
cat /etc/debian_version
11.11
docker --version
Docker version 20.10.5+dfsg1, build 55c4c88
docker compose version
Docker Compose version v2.32.4
Additional context
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ciso-frontend latest dbc0617194b8 33 minutes ago 659MB
ciso-backend latest de9da6e34acd 44 minutes ago 833MB
ciso-huey latest 68a630f398db 44 minutes ago 833MB
ghcr.io/intuitem/ciso-assistant-community/backend latest 2244cf4847b5 3 days ago 831MB
ghcr.io/intuitem/ciso-assistant-community/frontend latest 9e8e87d408dd 3 days ago 659MB
hello-world latest 74cc54e27dc4 2 weeks ago 10.1kB
caddy 2.8.4 612f0ff47f33 8 months ago 49.2MB
root@xxx:~# journalctl -u docker.service -f
-- Journal begins at Sat 2023-07-22 14:32:06 CEST. --
févr. 08 16:01:16 xxx dockerd[499302]: time="2025-02-08T16:01:16.084437535+01:00" level=info msg="Default bridge (docker0) is assigned with an IP address xx.xx.xx.xx/16. Daemon option --bip can be used to set a preferred IP address"
févr. 08 16:01:16 xxx dockerd[499302]: time="2025-02-08T16:01:16.274704376+01:00" level=info msg="Loading containers: done."
févr. 08 16:01:16 xxx dockerd[499302]: time="2025-02-08T16:01:16.290580279+01:00" level=info msg="Docker daemon" commit=363e9a8 graphdriver(s)=vfs version=20.10.5+dfsg1
févr. 08 16:01:16 xxx dockerd[499302]: time="2025-02-08T16:01:16.290779394+01:00" level=info msg="Daemon has completed initialization"
févr. 08 16:01:16 xxx systemd[1]: Started Docker Application Container Engine.
févr. 08 16:01:16 xxx dockerd[499302]: time="2025-02-08T16:01:16.524495782+01:00" level=info msg="API listen on /run/docker.sock"
févr. 08 16:05:45 xxx dockerd[499302]: time="2025-02-08T16:05:45.506891890+01:00" level=error msg="stream copy error: reading from a closed fifo"
févr. 08 16:05:45 xxx dockerd[499302]: time="2025-02-08T16:05:45.516976093+01:00" level=error msg="stream copy error: reading from a closed fifo"
févr. 08 16:05:45 xxx dockerd[499302]: time="2025-02-08T16:05:45.728743199+01:00" level=error msg="b00debca05c533842e5f8fcc1d7c9a96952030a2213b6ac1454a4eeeee515f0d cleanup: failed to delete container from containerd: no such container"
févr. 08 16:05:45 xxx dockerd[499302]: time="2025-02-08T16:05:45.728803579+01:00" level=error msg="Handler for POST /v1.41/containers/b00debca05c533842e5f8fcc1d7c9a96952030a2213b6ac1454a4eeeee515f0d/start returned error: OCI runtime create failed: container_linux.go:377: starting container process caused: process_linux.go:352: getting the final child's pid from pipe caused: EOF: unknown"
Thanks.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello,
Following the documentation, I execute ./docker-compose.sh
This command never success and always finish with this error message : "start returned error: OCI runtime create failed: container_linux.go:377: starting container process caused: process_linux.go:352: getting the final child's pid from pipe caused: EOF: unknown"
To Reproduce
For me, just launch command ./docker-compose.sh or command ./docker-compose-build.sh
Environment :
Additional context
Thanks.
The text was updated successfully, but these errors were encountered: