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
{{ message }}
This repository was archived by the owner on Jul 5, 2025. It is now read-only.
[](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/netbootxyz"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/netbootxyz"Get your own version badge on microbadger.com")
[Netbootxyz](https://netboot.xyz) is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool. iPXE is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags.
40
39
@@ -96,7 +95,7 @@ Container images are configured using parameters passed at runtime (such as thos
96
95
97
96
## Environment variables from files (Docker secrets)
98
97
99
-
You can set any environment variable from a file by using a special prepend `FILE__`.
98
+
You can set any environment variable from a file by using a special prepend `FILE__`.
100
99
101
100
As an example:
102
101
@@ -106,6 +105,11 @@ As an example:
106
105
107
106
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
108
107
108
+
## Umask for running applications
109
+
110
+
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.
111
+
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.
112
+
109
113
110
114
111
115
## Application Setup
@@ -182,7 +186,7 @@ This image also contains `netboot.xyz.efi` which can be used to boot using UEFI
182
186
183
187
184
188
## Docker Mods
185
-
[](https://mods.linuxserver.io/?mod=netbootxyz"view available mods for this container.")
189
+
[](https://mods.linuxserver.io/?mod=netbootxyz"view available mods for this container.")
186
190
187
191
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