Title logo
linuxserver/embystat.

10,434,511 33 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/embystat
Build Time 25 Oct 2023 20:00:23
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.2.0 25 Oct 2023 at 20:00:23

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  embystat:
    image: linuxserver/embystat:0.2.0
    container_name: embystat
    restart: no

CLI

docker create \
  --name=embystat \  --restart no \
  linuxserver/embystat:0.2.0