What happened?
In the docker usage documentation
multiple sample usage of server image tells http server to listen on 8000 (eg)
the problem is for server images, health check is hardcoded to 8080 port, so docker health check will always get connection refused and then report unhealthy status
the easist solution would be changing the sample command to use 8080 port
Name and Version
that's a documentation issue unrelated to cli
What operating system are you seeing the problem on?
Linux
Relevant log output
No response