linuxserver/yaak.

1,087 0 amd64

Build Information

General build information for this image

Docker Hub linuxserver/yaak
Build Time 10 Dec 2024 04:50:07
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2024.13.0 10 Dec 2024 at 04:50:06

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.13.0
    container_name: yaak
    restart: no

CLI

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