diff --git a/languages/en_US/helptext.txt b/languages/en_US/helptext.txt index 6f902db04..673c995c8 100644 --- a/languages/en_US/helptext.txt +++ b/languages/en_US/helptext.txt @@ -958,6 +958,12 @@ Before you can start the Docker service for the first time, please specify an im Once started, Docker will always automatically start after the array has been started. :end +:docker_vdisk_type_help: +Select where to keep the Docker persistent state. + +This can be an image file with a specific size or a dedicated folder. +:end + :docker_vdisk_size_help: If the system needs to create a new docker image file, this is the default size to use specified in GB. @@ -972,6 +978,12 @@ The image file name must have the extension .img, If not the input is not accept It is recommended to create this image file outside the array, e.g. on the Cache pool. For best performance SSD devices are preferred. :end +:docker_vdisk_directory_help: +You must specify a folder for Docker. The system will automatically create this folder when the Docker service is first started. + +It is recommended to create this folder under a share which resides on the Cache pool (setting: cache=Only). For best performance SSD devices are preferred. +:end + :docker_appdata_location_help: You can specify a folder to automatically generate and store subfolders containing configuration files for each Docker app (via the /config mapped volume). diff --git a/plugins/dynamix.docker.manager/DockerSettings.page b/plugins/dynamix.docker.manager/DockerSettings.page index 9446ad503..defead812 100644 --- a/plugins/dynamix.docker.manager/DockerSettings.page +++ b/plugins/dynamix.docker.manager/DockerSettings.page @@ -100,7 +100,7 @@ $bgcolor = strstr('white,azure',$display['theme']) ? '#f2f2f2' : '#1c1c1c';