@ -75,26 +75,19 @@
< / div >
< / div >
<!-- !templates -->
<!-- security -->
<!-- host- filesystem -->
< div class = "col-sm-12 form-section-title" >
Security
Host and Filesystem
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< label for = "toggle_ allowbindmount s" class = "control-label text-left" >
Disable bind mounts for non-administrator s
< portainer-tooltip position = "bottom" message = " When enabled, regular users will not be able to use bind mounts when creating container s."> < / portainer-tooltip >
< label for = "toggle_ enableHostManagementFeature s" class = "control-label text-left" >
Enable host management feature s
< portainer-tooltip position = "bottom" message = " Enable host management features: host system browsing and advanced host detail s."> < / portainer-tooltip >
< / label >
< label class = "switch" style = "margin-left: 20px;" > < input type = "checkbox" name = "toggle_allowbindmounts" ng-model = "formValues.restrictBindMounts" / > < i > < / i > < / label >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< label for = "toggle_allowbindmounts" class = "control-label text-left" >
Disable privileged mode for non-administrators
< portainer-tooltip position = "bottom" message = "When enabled, regular users will not be able to use privileged mode when creating containers." > < / portainer-tooltip >
< label class = "switch" style = "margin-left: 20px;" >
< input type = "checkbox" name = "toggle_enableHostManagementFeatures" ng-model = "formValues.enableHostManagementFeatures" / > < i > < / i >
< / label >
< label class = "switch" style = "margin-left: 20px;" > < input type = "checkbox" name = "toggle_allowbindmounts" ng-model = "formValues.restrictPrivilegedMode" / > < i > < / i > < / label >
< / div >
< / div >
< div class = "form-group" >
@ -106,15 +99,27 @@
< label class = "switch" style = "margin-left: 20px;" > < input type = "checkbox" name = "toggle_allowvolumebrowser" ng-model = "formValues.enableVolumeBrowser" / > < i > < / i > < / label >
< / div >
< / div >
<!-- !host - filesystem -->
<!-- security -->
< div class = "col-sm-12 form-section-title" >
Docker Endpoint Security Options
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< label for = "toggle_enableHostManagementFeatures" class = "control-label text-left" >
Enable host management features
< portainer-tooltip position = "bottom" message = "Enable host management features: host system browsing and advanced host details." > < / portainer-tooltip >
< label for = "toggle_ allowbindmount s" class = "control-label text-left" >
Disable bind mounts for non-administrator s
< portainer-tooltip position = "bottom" message = " When enabled, regular users will not be able to use bind mounts when creating container s."> < / portainer-tooltip >
< / label >
< label class = "switch" style = "margin-left: 20px;" >
< input type = "checkbox" name = "toggle_enableHostManagementFeatures" ng-model = "formValues.enableHostManagementFeatures" / > < i > < / i >
< label class = "switch" style = "margin-left: 20px;" > < input type = "checkbox" name = "toggle_allowbindmounts" ng-model = "formValues.restrictBindMounts" / > < i > < / i > < / label >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< label for = "toggle_allowbindmounts" class = "control-label text-left" >
Disable privileged mode for non-administrators
< portainer-tooltip position = "bottom" message = "When enabled, regular users will not be able to use privileged mode when creating containers." > < / portainer-tooltip >
< / label >
< label class = "switch" style = "margin-left: 20px;" > < input type = "checkbox" name = "toggle_allowbindmounts" ng-model = "formValues.restrictPrivilegedMode" / > < i > < / i > < / label >
< / div >
< / div >
< div class = "form-group" >