Last modified by Erik Bakker on 2024/08/26 12:37

From version 69.1
edited by Erik Bakker
on 2024/03/05 08:56
Change comment: There is no comment for this version
To version 68.1
edited by Erik Bakker
on 2024/03/05 08:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -108,7 +108,7 @@
108 108  
109 109  === 3.3 Temporary file system ===
110 110  
111 -{{info}}This option is only relevant when running on **Linux**.{{/info}}
111 +{{info}}This option is only relevant when running on Linux.{{/info}}
112 112  
113 113  The temporary file system option is for you if you do not want to work with **persistent** data but require **non-persistent** data. This way, you can increase the container's performance by avoiding writing into the container's writable layer.
114 114  
... ... @@ -123,7 +123,7 @@
123 123  
124 124  === 3.4 Named pipe ===
125 125  
126 -{{info}}This option is only relevant when running on **Windows**.{{/info}}
126 +{{info}}This option is only relevant when running on Windows.{{/info}}
127 127  
128 128  A named pipe is a named, one-way or duplex pipe for communication between the pipe server and one or more pipe clients. All instances of a named pipe share the same pipe name, but each instance has its own buffers and handles, and provides a separate conduit for client/server communication. Any process can access named pipes, subject to security checks, making named pipes an easy form of communication between related or unrelated processes.
129 129