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
<pclass="text-sm text-gray-600 dark:text-gray-400 mb-2"><strong>Only enable if you know what you are doing! As data cold be lost and functional issues might occur.</strong></p>
223
+
<pclass="text-sm text-gray-600 dark:text-gray-400 mb-2"><strong>Warning: Enable these options only if you fully understand their implications and consequences!</strong><br>Improper use will result in data loss and could cause functional issues.</p>
helper="This will remove all unused Docker volumes during cleanup. <br>Volumes are not removed by default to prevent data loss as if you have stopped a container that has a volume mounted your data would be lost." />
225
+
helper="This option will remove all unused Docker volumes during cleanup.<br><br><strong>Warning: Data form stopped containers will be lost!</strong><br><br>Consequences include:<br>
226
+
<ul class='list-disc pl-4 mt-2'>
227
+
<li>Volumes not attached to running containers will be deleted and data will be permanently lost (stopped containers are affected).</li>
228
+
<li>Data from stopped containers volumes will be permanently lost.</li>
helper="This will remove all unused Docker networks during cleanup. <br>Networks are not removed by default to prevent functional issues as if you have stopped a container that has a network attached to it the network will not be removed and other containers might not be able to connect to it anymore." />
233
+
helper="This option will remove all unused Docker networks during cleanup.<br><br><strong>Warning: Functionality may be lost and containers may not be able to communicate with each other!</strong><br><br>Consequences include:<br>
234
+
<ul class='list-disc pl-4 mt-2'>
235
+
<li>Networks not attached to running containers will be permanently deleted (stopped containers are affected).</li>
236
+
<li>Custom networks for stopped containers will be permanently deleted.</li>
237
+
<li>Functionality may be lost and containers may not be able to communicate with each other.</li>
0 commit comments