2022-07-06 06:08:45 +00:00
< page-header title = "'Docker features configuration'" breadcrumbs = "['Docker configuration']" > < / page-header >
2021-02-09 08:09:06 +00:00
< div class = "row" >
< div class = "col-sm-12" >
< rd-widget >
< rd-widget-body >
< form class = "form-horizontal" name = "$ctrl.form" >
2022-01-17 05:53:32 +00:00
< div class = "col-sm-12 form-section-title" > Host and Filesystem < / div >
2021-02-09 08:09:06 +00:00
< div ng-if = "!$ctrl.isAgent" class = "form-group" >
2022-08-19 00:55:29 +00:00
< span class = "col-sm-12 text-muted small vertical-center" >
2022-11-28 02:00:28 +00:00
< pr-icon icon = "'info'" mode = "'primary'" class-name = "'space-right'" > < / pr-icon >
2021-09-08 08:42:17 +00:00
These features are only available for an Agent enabled environments.
2021-02-09 08:09:06 +00:00
< / span >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.enableHostManagementFeatures"
name="'enableHostManagementFeatures'"
label="'Enable host management features'"
tooltip="'Enable host management features: host system browsing and advanced host details.'"
label-class="'col-sm-7 col-lg-4'"
2021-02-09 08:09:06 +00:00
disabled="!$ctrl.isAgent"
2021-12-14 19:14:53 +00:00
on-change="($ctrl.onChangeEnableHostManagementFeatures)"
2021-02-09 08:09:06 +00:00
>< / por-switch-field >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.allowVolumeBrowserForRegularUsers"
name="'allowVolumeBrowserForRegularUsers'"
label="'Enable volume management for non-administrators'"
tooltip="'When enabled, regular users will be able to use Portainer volume management features.'"
label-class="'col-sm-7 col-lg-4'"
on-change="($ctrl.onChangeAllowVolumeBrowserForRegularUsers)"
2021-02-09 08:09:06 +00:00
disabled="!$ctrl.isAgent"
>< / por-switch-field >
< / div >
< / div >
2021-11-02 20:57:21 +00:00
<!-- auto update window -->
2022-01-17 05:53:32 +00:00
< div class = "col-sm-12 form-section-title" > Change Window Setting < / div >
2021-11-02 20:57:21 +00:00
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.state.autoUpdateSettings.Enabled"
name="'disableSysctlSettingForRegularUsers'"
label="'Enable Change Window'"
label-class="'col-sm-7 col-lg-4'"
2023-03-01 21:14:50 +00:00
feature-id="$ctrl.limitedFeatureAutoUpdate"
2021-12-14 19:14:53 +00:00
tooltip="'Specify a time-frame during which automatic updates can occur in this environment.'"
on-change="($ctrl.onToggleAutoUpdate)"
2021-11-02 20:57:21 +00:00
>
< / por-switch-field >
< / div >
< / div >
2021-02-09 08:09:06 +00:00
<!-- security -->
2022-01-17 05:53:32 +00:00
< div class = "col-sm-12 form-section-title" > Docker Security Settings < / div >
2021-02-09 08:09:06 +00:00
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.disableBindMountsForRegularUsers"
name="'disableBindMountsForRegularUsers'"
label="'Disable bind mounts for non-administrators'"
tooltip="'When enabled, regular users will not be able to use bind mounts when creating containers.'"
label-class="'col-sm-7 col-lg-4'"
on-change="($ctrl.onChangeDisableBindMountsForRegularUsers)"
2021-02-09 08:09:06 +00:00
>< / por-switch-field >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.disablePrivilegedModeForRegularUsers"
name="'disablePrivilegedModeForRegularUsers'"
label="'Disable privileged mode for non-administrators'"
tooltip="'When enabled, regular users will not be able to use privileged mode when creating containers.'"
label-class="'col-sm-7 col-lg-4'"
on-change="($ctrl.onChangeDisablePrivilegedModeForRegularUsers)"
2021-02-09 08:09:06 +00:00
>< / por-switch-field >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.disableHostNamespaceForRegularUsers"
name="'disableHostNamespaceForRegularUsers'"
label="'Disable the use of host PID 1 for non-administrators'"
tooltip="'Prevent users from accessing the host filesystem through the host PID namespace.'"
label-class="'col-sm-7 col-lg-4'"
on-change="($ctrl.onChangeDisableHostNamespaceForRegularUsers)"
2021-02-09 08:09:06 +00:00
>< / por-switch-field >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.disableStackManagementForRegularUsers"
name="'disableStackManagementForRegularUsers'"
label="'Disable the use of Stacks for non-administrators'"
label-class="'col-sm-7 col-lg-4'"
on-change="($ctrl.onChangeDisableStackManagementForRegularUsers)"
2021-02-09 08:09:06 +00:00
>< / por-switch-field >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.disableDeviceMappingForRegularUsers"
name="'disableDeviceMappingForRegularUsers'"
label="'Disable device mappings for non-administrators'"
label-class="'col-sm-7 col-lg-4'"
on-change="($ctrl.onChangeDisableDeviceMappingForRegularUsers)"
2021-02-09 08:09:06 +00:00
>< / por-switch-field >
< / div >
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.disableContainerCapabilitiesForRegularUsers"
name="'disableContainerCapabilitiesForRegularUsers'"
label="'Disable container capabilities for non-administrators'"
label-class="'col-sm-7 col-lg-4'"
on-change="($ctrl.onChangeDisableContainerCapabilitiesForRegularUsers)"
2021-02-09 08:09:06 +00:00
>< / por-switch-field >
< / div >
< / div >
2021-04-12 07:40:45 +00:00
< div class = "form-group" >
< div class = "col-sm-12" >
< por-switch-field
2021-12-14 19:14:53 +00:00
checked="$ctrl.formValues.disableSysctlSettingForRegularUsers"
name="'disableSysctlSettingForRegularUsers'"
label="'Disable sysctl settings for non-administrators'"
label-class="'col-sm-7 col-lg-4'"
on-change="($ctrl.onChangeDisableSysctlSettingForRegularUsers)"
2021-04-12 07:40:45 +00:00
>< / por-switch-field >
< / div >
< / div >
2021-02-09 08:09:06 +00:00
< div class = "form-group" ng-if = "$ctrl.isContainerEditDisabled()" >
< span class = "col-sm-12 text-muted small" >
2022-11-28 02:00:28 +00:00
< pr-icon icon = "'info'" mode = "'primary'" class-name = "'mr-0.5'" > < / pr-icon >
2021-02-09 08:09:06 +00:00
Note: The recreate/duplicate/edit feature is currently disabled (for non-admin users) by one or more security settings.
< / span >
< / div >
<!-- !security -->
2023-03-01 21:14:50 +00:00
<!-- other -->
< div class = "col-sm-12 form-section-title" > Other < / div >
< div class = "form-group" >
2023-03-03 01:47:10 +00:00
< div class = "col-sm-12 pb-3" >
< insights-box
header="'GPU settings update'"
set-html-content="true"
insight-close-id="'gpu-settings-update-closed'"
content="'
< p >
From 2.18 on, the set-up of available GPUs for a Docker Standalone environment has been shifted from Add environment and Environment details to Host -> Setup, so as to align with other settings.
< / p >
< p >
A toggle has been introduced for enabling/disabling management of GPU settings in the Portainer UI - to alleviate the performance impact of showing those settings.
< / p >
< p >
The UI has been updated to clarify that GPU settings support is only for Docker Standalone (and not Docker Swarm, which was never supported in the UI).
< / p > '"
>< / insights-box >
< / div >
2023-03-01 21:14:50 +00:00
< div class = "col-sm-12" >
< por-switch-field
2023-03-03 01:47:10 +00:00
label="'Show GPU in the UI'"
tooltip="'This allows managing of GPUs for container/stack hardware acceleration via the Portainer UI.'"
checked="$ctrl.state.enableGPUManagement"
name="'enableGPUManagement'"
on-change="($ctrl.onToggleGPUManagement)"
label-class="'col-sm-7 col-lg-4'"
disabled="!$ctrl.isDockerStandaloneEnv"
>< / por-switch-field >
< / div >
< div class = "col-sm-12" >
< div class = "pl-4" >
< gpus-list ng-if = "$ctrl.state.enableGPUManagement && $ctrl.endpoint" value = "$ctrl.endpoint.Gpus" on-change = "($ctrl.onGpusChange)" > < / gpus-list >
< / div >
< / div >
< div class = "col-sm-12" >
< por-switch-field
label="'Show an image(s) up to date indicator for Stacks, Services and Containers'"
2023-03-01 21:14:50 +00:00
checked="false"
name="'outOfDateImageToggle'"
label-class="'col-sm-7 col-lg-4'"
feature-id="$ctrl.limitedFeatureUpToDateImage"
>< / por-switch-field >
< / div >
< / div >
<!-- !other -->
2021-02-09 08:09:06 +00:00
<!-- actions -->
2022-01-17 05:53:32 +00:00
< div class = "col-sm-12 form-section-title" > Actions < / div >
2021-02-09 08:09:06 +00:00
< div class = "form-group" >
< div class = "col-sm-12" >
2023-03-03 01:47:10 +00:00
< button
type="button"
class="btn btn-primary btn-sm !ml-0"
ng-click="$ctrl.save()"
ng-disabled="$ctrl.state.actionInProgress"
button-spinner="$ctrl.state.actionInProgress"
>
2021-02-09 08:09:06 +00:00
< span ng-hide = "$ctrl.state.actionInProgress" > Save configuration< / span >
< span ng-show = "$ctrl.state.actionInProgress" > Saving...< / span >
< / button >
< / div >
< / div >
<!-- !actions -->
< / form >
< / rd-widget-body >
< / rd-widget >
< / div >
< / div >