Title logo
linuxserver/mstream.

5,017,260 47 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/mstream
Build Time 10 Apr 2024 06:40:38
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.11.4 10 Apr 2024 at 06:40:36

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.11.4
    container_name: mstream
    restart: no

CLI

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