Title logo
linuxserver/mstream.

5,036,377 47 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/mstream
Build Time 17 Jul 2024 06:46:54
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.12.2 17 Jul 2024 at 06:46:54

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  mstream:
    image: linuxserver/mstream:5.12.2
    container_name: mstream
    restart: no

CLI

docker create \
  --name=mstream \  --restart no \
  linuxserver/mstream:5.12.2