Title logo
linuxserver/embystat.

10,414,903 30 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/embystat
Build Time 13 Sep 2023 13:42:51
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 13 Sep 2023 at 13:42:51

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