-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Description
Description
I recently installed docker engine using official instructions on Linux (Fedora 42).
When i tried to run one of my docker compose files I got a long panic message, that exceeds terminal limit.
Here is the panic message:
https://gist.github.com/SpaskeISO/9375ef60ecda657ed793ceccb5448544
I somewhat fixed this by prefixing my docker compose command with COMPOSE_PARALLEL_LIMIT=5
but after some time It once again crashed with same error message.
Here is the docker compose command that I was trying to run:
docker compose --profile seed up -d --build
Steps To Reproduce
No response
Compose Version
Docker Compose version v2.35.1
Docker Environment
Client: Docker Engine - Community
Version: 28.1.1
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.23.0
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.35.1
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
Containers: 2
Running: 0
Paused: 0
Stopped: 2
Images: 28
Server Version: 28.1.1
Storage Driver: overlay2
Backing Filesystem: btrfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 05044ec0a9a75232cad458027ca83437aae3f4da
runc version: v1.2.5-0-g59923ef
init version: de40ad0
Security Options:
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.14.2-300.fc42.x86_64
Operating System: Fedora Linux 42 (KDE Plasma Desktop Edition)
OSType: linux
Architecture: x86_64
CPUs: 12
Total Memory: 15.25GiB
Name: fedora
ID: ea786f14-3694-4df5-9f4b-e54590a8fe8c
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
::1/128
127.0.0.0/8
Live Restore Enabled: false
Anything else?
No response