While Building my docker Image in Docker Desktop for windows,after some sort of time It throwing a error:
=> => # [output clipped, log limit 1MiB reached]
I tired configuring the log file size in daemon file and restarted the docker service
"log-driver": "json-file",
"log-opts":
{
"max-size": "10m",
"max-file": "3"
}
But still I'm getting the same error, Any one please advise me on this ?