linuxserver/healthchecks.

18,071,432 127 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/healthchecks
Build Time 18 Nov 2024 09:06:00
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.7.20241118 18 Nov 2024 at 09:05:59

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  healthchecks:
    image: linuxserver/healthchecks:3.7.20241118
    container_name: healthchecks
    restart: no

CLI

docker create \
  --name=healthchecks \  --restart no \
  linuxserver/healthchecks:3.7.20241118