Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-05-09 23:21:43 +02:00 committed by GitHub
parent da4fdf473b
commit 04134aac50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -751,7 +751,11 @@ configure_docker() {
### to be removed in 0.1.8
daemon_json_content='{
"storage-driver": "devicemapper"
}'
"log-driver": "local",
"log-opts": {
"max-size": "5m"
}
}'
echo "$daemon_json_content" > "$docker_daemon_json_path"
###