Sep 9, 2018 · 1 min read
Yeah, I got error when I restarted docker service after I created daemon.json.
Reason for this was missing commas at
"max-file": 10
When I changed it to
"max-file": “10"
Everything worked perfectly.
That what I meant.
Yeah, I got error when I restarted docker service after I created daemon.json.
Reason for this was missing commas at
"max-file": 10
When I changed it to
"max-file": “10"
Everything worked perfectly.
That what I meant.