From 3475829b9d30a0e27200d06574cfdfecd54699af Mon Sep 17 00:00:00 2001 From: bergware Date: Thu, 6 Feb 2020 18:13:32 +0100 Subject: [PATCH] Docker settings: updated help text --- plugins/dynamix.docker.manager/DockerSettings.page | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/dynamix.docker.manager/DockerSettings.page b/plugins/dynamix.docker.manager/DockerSettings.page index 48f51c7ca..e71df7951 100644 --- a/plugins/dynamix.docker.manager/DockerSettings.page +++ b/plugins/dynamix.docker.manager/DockerSettings.page @@ -177,6 +177,8 @@ Docker vDisk location: > You must specify an image file for Docker. The system will automatically create this file when the Docker service is first started. > +> The image file name must have the extension .img, e.g. If not the input is not accepted and marked red. +> > It is recommended to create this image file outside the array, e.g. on the Cache pool. For best performance SSD devices are preferred. Default appdata storage location: @@ -189,6 +191,8 @@ Default appdata storage location: > You can specify a folder to automatically generate and store subfolders containing configuration files for each Docker app (via the /config mapped volume). > +> The folder's path must end with a trailing slash (/) character. If not the input is not accepted and marked red. +> > It is recommended to create this folder outside the array, e.g. on the Cache pool. For best performance SSD devices are preferred. > > Only used when adding new Docker apps. Editing existing Docker apps will not be affected by this setting.