Skip to content

Docker compose version: "client version 1.25 is too old" #715

@bondskin

Description

@bondskin

This is fixed in the latest release (v0.24.2). Thank you all for your patience.

Originally posted by @jesseduffield in #698

Hi all,

I appreciate all the work and the great app.
I just tried to install & run lzd but I got stuck when trying to start it

❯ lzd
2025/11/27 08:38:03 An error occurred! Please create an issue at https://github.com/jesseduffield/lazydocker/issues

*errors.withStack Error response from daemon: client version 1.25 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version
/tmp/gobuild/main.go:96 (0x835285)
/usr/local/go/src/runtime/proc.go:250 (0x436332)
/usr/local/go/src/runtime/asm_amd64.s:1571 (0x463681)

Is there any fix I can perform on my Debian docker environment?
The compose file looks pretty straight forward.


services:
lazydocker:
build:
context: https://github.com/jesseduffield/lazydocker.git
args:
BASE_IMAGE_BUILDER: golang
GOARCH: amd64
GOARM:
image: lazyteam/lazydocker
container_name: lazydocker
stdin_open: true
tty: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/.config/jesseduffield/lazydocker

PS. I am aware about the workaround with the docker service file but I don't want to go that route

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions