linuxserver/yaak.

908 0 amd64

Build Information

General build information for this image

Docker Hub linuxserver/yaak
Build Time 18 Nov 2024 22:24:07
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2024.12.1 18 Nov 2024 at 22:24:07

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  yaak:
    image: linuxserver/yaak:2024.12.1
    container_name: yaak
    restart: no

CLI

docker create \
  --name=yaak \  --restart no \
  linuxserver/yaak:2024.12.1