Skip to content

Commit 3d4f2eb

Browse files
authored
Merge pull request #23 from alaindomissy/patch-1
ENABLE OVERLAY default is no
2 parents ee698f9 + 51d56a7 commit 3d4f2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/docs/admin-docs/advanced-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ While the PID namespace is a *neat* feature, it does not have much practical usa
2525
Even if the PID namespace is enabled by the system administrator here, it is not implemented by default when running containers. The user will have to specify they wish to implement un-sharing of the PID namespace as it must fork a child process.
2626

2727

28-
### ENABLE OVERLAY (boolean, default='yes')
28+
### ENABLE OVERLAY (boolean, default='no')
2929
The overlay file system creates a writable substrate to create bind points if necessary. This feature is very useful when implementing bind points within containers where the bind point may not already exist so it helps with portability of containers. Enabling this option has been known to cause some kernels to panic as this feature maybe present within a kernel, but has not proved to be stable as of the time of this writing (e.g. the Red Hat 7.2 kernel).
3030

3131
### CONFIG PASSWD,GROUP,RESOLV_CONF (boolean, default='yes')

0 commit comments

Comments
 (0)