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://github.com/linuxserver"view the source for all of our repositories.")
8
-
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
3
+
[](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://github.com/linuxserver"view the source for all of our repositories.")
8
+
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
9
9
10
10
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring:
[](https://microbadger.com/images/linuxserver/smokeping"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/smokeping"Get your own version badge on microbadger.com")
[Smokeping](https://oss.oetiker.ch/smokeping/) keeps track of your network latency. For a full example of what this application is capable of visit [UCDavis](http://smokeping.ucdavis.edu/cgi-bin/smokeping.fcgi).
40
39
@@ -113,7 +112,7 @@ Container images are configured using parameters passed at runtime (such as thos
113
112
114
113
## Environment variables from files (Docker secrets)
115
114
116
-
You can set any environment variable from a file by using a special prepend `FILE__`.
115
+
You can set any environment variable from a file by using a special prepend `FILE__`.
117
116
118
117
As an example:
119
118
@@ -123,6 +122,11 @@ As an example:
123
122
124
123
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
125
124
125
+
## Umask for running applications
126
+
127
+
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional `-e UMASK=022` setting.
128
+
Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up [here](https://en.wikipedia.org/wiki/Umask) before asking for support.
129
+
126
130
## User / Group Identifiers
127
131
128
132
When using volumes (`-v` flags) permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`.
@@ -146,7 +150,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
146
150
147
151
148
152
## Docker Mods
149
-
[](https://mods.linuxserver.io/?mod=smokeping"view available mods for this container.")
153
+
[](https://mods.linuxserver.io/?mod=smokeping"view available mods for this container.")
150
154
151
155
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
0 commit comments