We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96122b commit 88cc30aCopy full SHA for 88cc30a
1 file changed
bin/install-debian.sh
@@ -59,7 +59,9 @@ sudo tee /etc/docker/daemon.json > /dev/null <<EOF
59
60
"log-driver": "journald",
61
"log-opts": {
62
- "tag": "docker/{{.Name}}"
+ "tag": "docker/{{.Name}}",
63
+ "max-size": "10m",
64
+ "max-file": "3"
65
}
66
67
EOF
0 commit comments