mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Remove a link to Docker web from the docs
Closes #43072 Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
This commit is contained in:
@@ -88,7 +88,7 @@ NOTE: If you configure mTLS with `https-client-auth` set to `required`, this con
|
||||
|
||||
=== HEALTHCHECK
|
||||
|
||||
The Containerfile https://docs.docker.com/reference/dockerfile/#healthcheck[`+HEALTHCHECK+`] instruction defines a command that will be periodically executed inside the container as it runs. While the {project_name} container does not have any CLI HTTP clients installed, it is possible to leverage BASH support for redirects to TCP sockets and craft a simple HTTP request to the healthcheck endpoint:
|
||||
The Containerfile `+HEALTHCHECK+` instruction defines a command that will be periodically executed inside the container as it runs. While the {project_name} container does not have any CLI HTTP clients installed, it is possible to leverage BASH support for redirects to TCP sockets and craft a simple HTTP request to the healthcheck endpoint:
|
||||
|
||||
[source, bash]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user