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
am using github actions to try to deploy a compose container. everything works until I try to start the container. volumes are created, the containers are created, but when the UI client service tries to start, it bombs out with the following error;
Error response from daemon:
failed to create task for container:
failed to create shim task:
OCI runtime create failed:
runc create failed:
unable to start container process:
error during container init:
error running hook #0:
error running hook:
exit status 1, stdout: , stderr:
failed to add interface vethfd935d1 to sandbox:
error setting interface "vethfd935d1" IPv6 to <nil>:
failed to configure ipv6:
failed to disable IPv6 on container's interface eth0:
unknown
Reproduce
setup debian10 or ubuntu 22.04 docker host inside VM that uses container system (centos /w docker v19.01.10)
Description
am using github actions to try to deploy a compose container. everything works until I try to start the container. volumes are created, the containers are created, but when the UI client service tries to start, it bombs out with the following error;
Reproduce
docker compose -f <compose file> up -d
Expected behavior
container should run.
docker version
Client: Docker Engine - Community Version: 27.2.1 API version: 1.47 Go version: go1.22.7 Git commit: 9e34c9b Built: Fri Sep 6 12:08:10 2024 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 27.2.1 API version: 1.47 (minimum version 1.24) Go version: go1.22.7 Git commit: 8b539b8 Built: Fri Sep 6 12:08:10 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
I don't have one. I'm using docker in linux with no desktop
Additional Info
No response
The text was updated successfully, but these errors were encountered: