linuxserver/healthchecks.

17,911,193 124 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/healthchecks
Build Time 06 May 2024 09:12:21
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.3.20240506 06 May 2024 at 09:12:21

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.3.20240506
    container_name: healthchecks
    restart: no

CLI

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