Last modified by Erik Bakker on 2025/04/18 13:54

From version 137.1
edited by Erik Bakker
on 2024/11/29 08:37
Change comment: There is no comment for this version
To version 138.1
edited by Erik Bakker
on 2024/11/29 08:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -84,7 +84,7 @@
84 84  #Add following lines
85 85  {"fixed-cidr": "<ip-address>"}
86 86  {{/code}}
87 -
87 +
88 88  ===== 3.2.2.2 Data location =====
89 89  
90 90  Below you can find an example of switching from the default C directory ({{code language="cmd"}}c:\programdata\docker{{/code}}) to the D directory to store data related to Docker. Based on your internal configuration you can choose the best suitable variant if that is needed. To do so you can add the following attribute to the Docker daemon file:
... ... @@ -96,7 +96,7 @@
96 96   "data-root": "d:\\docker"
97 97  }
98 98  {{/code}}
99 -
99 +
100 100  {{warning}}Note that when you want to create multiple customizations to your configuration the result in the daemon.json file should be a **valid** JSON structure{{/warning}}
101 101  
102 102  ==== 3.2.3 Check installation ====