Skip to content

Bug: docker sample usage will always trigger unhealty container status #10262

@lilunxm12

Description

@lilunxm12

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug-unconfirmedlow severityUsed to report low severity bugs in llama.cpp (e.g. cosmetic issues, non critical UI glitches)stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions