linuxserver/mylar3.

14,035,343 46 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/mylar3
Build Time 24 Sep 2023 03:38:18
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.7.5 22 Sep 2023 at 04:41:43

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.7.5
    container_name: mylar3
    restart: no

CLI

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