The status of the Docker container is always unhealthy for some reason #3108
Answered
by
JustArchi
lzrdblzzrd
asked this question in
Support (English)
-
Beta Was this translation helpful? Give feedback.
Answered by
JustArchi
Dec 20, 2023
Replies: 1 comment 9 replies
-
I can't reproduce, works fine for me. Healthcheck depends on |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well I don't have a solution for you, it works on my machine and docker should be cross-OS and cross-machine compatible.
As additional verification I've tried to reproduce your issue also on my Raspberry Pi 4 running Debian on aarch64, and also couldn't reproduce:
I don't have other solutions or recommendations, you can try digging further if you want to, but it works fine for me.
For reference:
docker -v
on my machine isDocker version 20.10.25+dfsg1, build b82b9f3
. I've tried to reproduce withdocker run -it --pull always --rm --name asf justarchi/archisteamfarm
.