We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fde1f2 commit 22bbdc7Copy full SHA for 22bbdc7
docs/reference/commandline/dockerd.md
@@ -983,6 +983,17 @@ The following is a full example of the allowed configuration options on Linux:
983
"authorization-plugins": [],
984
"bip": "",
985
"bridge": "",
986
+ "builder": {
987
+ "gc": {
988
+ "enabled": true,
989
+ "defaultKeepStorage": "10GB",
990
+ "policy": [
991
+ { "keepStorage": "10GB", "filter": ["unused-for=2200h"] },
992
+ { "keepStorage": "50GB", "filter": ["unused-for=3300h"] },
993
+ { "keepStorage": "100GB", "all": true }
994
+ ]
995
+ }
996
+ },
997
"cgroup-parent": "",
998
"containerd": "/run/containerd/containerd.sock",
999
"containerd-namespace": "docker",
0 commit comments