You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the supported variables are as follows (hard disk size can be set in this block only if the support for limiting the hard disk size was selected during the previous installation)
25
+
Running the supported variables are as follows
26
26
27
27
```
28
28
./onedocker.sh name cpu memory password sshport startport endport <independent_ipv6> <system> <disk>
@@ -39,6 +39,12 @@ Currently, the system only supports selecting:
39
39
40
40
with Debian being the default choice.
41
41
42
+
The hard disk size can only be set by filling in the value if you have selected the option to support limiting the hard disk size during the previous Docker installation, it is not limited when not filled in by default.
43
+
44
+
```shell
45
+
./onedocker.sh test 1 512 123456 25000 34975 35000 N debian 5
46
+
```
47
+
42
48
The following is the information for the created example container:
43
49
44
50
| Attribute | Value |
@@ -54,10 +60,6 @@ The following is the information for the created example container:
54
60
| Whether to bind a separate IPV6 address| N |
55
61
| Disk Size | 5G |
56
62
57
-
```shell
58
-
./onedocker.sh test 1 512 123456 25000 34975 35000 N debian 5
0 commit comments