You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
4
+
[](https://discord.gg/YWrKVTn"realtime support / chat with the community and the team.")
5
+
[](https://discourse.linuxserver.io"post on our community forum.")
6
+
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
7
+
[](https://anchor.fm/linuxserverio"on hiatus. Coming back soon (late 2018).")
8
+
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
9
+
3
10
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
4
11
5
12
* regular and timely application updates
@@ -9,17 +16,20 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r
9
16
* regular security updates
10
17
11
18
Find us at:
12
-
*[Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
13
-
*[IRC](https://irc.linuxserver.io) - on freenode at `#linuxserver.io`. Our primary support channel is Discord.
14
19
*[Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
20
+
*[Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
21
+
*[Discourse](https://discourse.linuxserver.io) - post on our community forum.
22
+
*[Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images.
23
+
*[Podcast](https://anchor.fm/linuxserverio) - on hiatus. Coming back soon (late 2018).
24
+
*[Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
[](https://microbadger.com/images/linuxserver/mstream"Get your own version badge on microbadger.com")
19
-
[](https://microbadger.com/images/linuxserver/mstream"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/mstream"Get your own version badge on microbadger.com")
29
+
[](https://microbadger.com/images/linuxserver/mstream"Get your own version badge on microbadger.com")
[mstream](https://mstream.io/) is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone.
@@ -29,7 +39,7 @@ Find us at:
29
39
30
40
## Supported Architectures
31
41
32
-
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
42
+
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
33
43
34
44
Simply pulling `linuxserver/mstream` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
35
45
@@ -132,17 +142,17 @@ Access the webui at `http://<your-ip>:3000`, For most users specifying a `$USER`
132
142
133
143
* Shell access whilst the container is running: `docker exec -it mstream /bin/bash`
134
144
* To monitor the logs of the container in realtime: `docker logs -f mstream`
135
-
* container version number
145
+
* container version number
136
146
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' mstream`
137
147
* image version number
138
148
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/mstream`
139
149
140
150
## Updating Info
141
151
142
-
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
143
-
144
-
Below are the instructions for updating containers:
145
-
152
+
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
153
+
154
+
Below are the instructions for updating containers:
155
+
146
156
### Via Docker Run/Create
147
157
* Update the image: `docker pull linuxserver/mstream`
148
158
* Stop the running container: `docker stop mstream`
@@ -173,7 +183,7 @@ Below are the instructions for updating containers:
173
183
174
184
## Building locally
175
185
176
-
If you want to make local modifications to these images for development purposes or just to customize the logic:
186
+
If you want to make local modifications to these images for development purposes or just to customize the logic:
0 commit comments