Title logo
linuxserver/mstream.

4,807,405 45 amd64 arm64 arm

Build Information

General build information for this image

Docker Hub linuxserver/mstream
Build Time 19 Mar 2023 08:57:30
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 19 Mar 2023 at 08:57:30

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