Title logo
linuxserver/mstream.

5,019,887 47 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/mstream
Build Time 06 May 2024 02:06:57
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 06 May 2024 at 02:06:57

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