Build and then run not displaying correctly on Raspberry Pi 5
Describe the bug Screen is not displaying correctly when building and running on docker on a Raspberry Pi 5
To Reproduce Steps to reproduce the behavior: 1.Follow your instructions for the building on ARM64 with docker
docker build -t lazyteam/lazydocker
--build-arg BASE_IMAGE_BUILDER=arm64v8/golang
--build-arg GOARCH=arm64
https://github.com/jesseduffield/lazydocker.git
- Follow your instructions for running on docker
docker run --rm -it -v
/var/run/docker.sock:/var/run/docker.sock
-v /yourpath:/.config/jesseduffield/lazydocker
lazyteam/lazydocker
- See screenshot for error
Expected behaviour Expected to run and display correctly
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Linux pi5-16 6.12.75+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.75-1+rpt1~bookworm (2026-03-11) aarch64 GNU/Linux
- Lazydocker Version : v0.25.0
Additional context Only the log view of the Lazydocker cotainer view seems to be NOT displaying correctly.
Source: jesseduffield/lazydocker