diff --git a/plugins/dynamix.docker.manager/DockerSettings.page b/plugins/dynamix.docker.manager/DockerSettings.page index 274b2fa8b..d8f46532a 100644 --- a/plugins/dynamix.docker.manager/DockerSettings.page +++ b/plugins/dynamix.docker.manager/DockerSettings.page @@ -6,6 +6,8 @@ Icon="dynamix.docker.manager.png" /* Copyright 2005-2017, Lime Technology * Copyright 2014-2017, Guilherme Jardim, Eric Schultz, Jon Panozzo. * + * Additional updates by Bergware International (July 2017) + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. @@ -64,13 +66,13 @@ foreach ($custom as $network) { -
- - + + + Enable Docker: : @@ -85,35 +87,82 @@ Enable Docker:
Docker vdisk size: -: GB +: GB > If the system needs to create a new docker image file, this is the default size to use specified in GB. > > To resize an existing image file, specify the new size here. Next time the Docker service is started the file (and file system) will increased to the new size (but never decreased). Docker storage location: -: Modify with caution: unable to validate path until Array is Started Path does not exist +: + + + + + Modify with caution: unable to validate path until Array is Started + + Path does not exist + > You must specify an image file for Docker. The system will automatically create this file when the Docker service is first started. +Docker LOG rotation: +: + +> By default LOG rotation is disabled and will create a single LOG file of unlimited size. +> +> Enable LOG rotation to limit the size of the LOG file and specify the number of files to keep in the rotation scheme. + + - + +
+
Docker version: -: getInfo(); echo $arrInfo['Version']; ?> +: getInfo(); echo $arrInfo['Version']?> > This is the docker version. Docker storage location: -: +: > This is the docker volume. +Docker LOG rotation: +: + +> By default a single unlimited LOG file is created. Otherwise LOG file size and number of files are limited when LOG rotation is enabled. +
Default appdata storage location: -: Modify with caution: unable to validate path until Array is Started Path does not exist +: + + Modify with caution: unable to validate path until Array is Started + + Path does not exist + > You can specify a folder to automatically generate and store subfolders containing configuration files for each Docker app (via the /config mapped volume). > @@ -122,8 +171,8 @@ Default appdata storage location: