- 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 version:
+: $arrInfo = $docker->getInfo(); echo $arrInfo['Version']; ?>
-
-
- - Docker version:
- - $arrInfo = $docker->getInfo(); echo $arrInfo['Version']; ?>
-
-
- This is the docker version.
-
+> This is the docker version.
+
+Docker storage location:
+: =$dockercfg['DOCKER_IMAGE_FILE'];?>
+
+> This is the docker volume.
-
- - Docker storage location:
- - =$dockercfg['DOCKER_IMAGE_FILE'];?>
-
-
- This is the docker volume.
-
+
+
+Default appdata storage location:
+: 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).
+>
+> Only used when adding new Docker apps. Editing existing Docker apps will not be affected by this setting.
+
+
+
+
+Template Authoring Mode:
+:
+
+> If set to **Yes**, when creating/editing containers the interface will be present with some extra fields related to template authoring.
+
+
+
+ $route):?>
+
+
+DHCPv4 pool of custom network =$network?> (optional):
+:
Subnet:
=$route?>
+
+DHCPv4 pool of custom network =$network?>:
+: =$dockercfg['DOCKER_DHCP_'.strtoupper($network)]?>
-
-
- - Default appdata storage location:
- - 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).
- Only used when adding new Docker apps. Editing existing Docker apps will not be affected by this setting.
-
+
+> Enter a pool range within the allocated subnet which is used for DHCPv4 assignments by Docker. E.g. 192.168.1.128/25
-
+ $route):?>
+
+
+DHCPv6 pool of custom network =$network?> (optional):
+:
Subnet:
=$route?>
+
+DHCPv6 pool of custom network =$network?>:
+: =$dockercfg['DOCKER_DHCP6_'.strtoupper($network)]?>
+
+
+> Enter a pool range within the allocated subnet which is used for DHCPv6 assignments by Docker. E.g. 2a02:abcd:9ef5:100:1::/80
+
-
-
-
- - Template Authoring Mode:
- -
-
-
-
-
- If set to Yes, when creating/editing containers the interface will be present with some extra fields related to template authoring.
-
-
-
-
- -
-
-
-
+
+:
+
-
-
-
Docker volume info
-
- - btrfs filesystem show:
- - ="
".shell_exec("btrfs filesystem show /var/lib/docker").""?>
-
+
+
+
Docker volume info
+btrfs filesystem show:
+: ="
".shell_exec("btrfs filesystem show /var/lib/docker").""?>
-
-
+
+
+