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