linuxserver/mylar3.

14,459,885 55 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/mylar3
Build Time 26 Jul 2024 04:48:34
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.8.0 26 Jul 2024 at 04:40:10

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  mylar3:
    image: linuxserver/mylar3:0.8.0
    container_name: mylar3
    restart: no

CLI

docker create \
  --name=mylar3 \  --restart no \
  linuxserver/mylar3:0.8.0