How to use the --max-concurrent-uploads flag on docker windows? How to use the --max-concurrent-uploads flag on docker windows? docker docker

How to use the --max-concurrent-uploads flag on docker windows?


For Windows 10 Enterprise. My file was in following path. and it worked as well.

C:\Users\{username}\.docker\daemon.json

{  "registry-mirrors": [],  "insecure-registries": [],  "debug": true,  "experimental": false,  "max-concurrent-uploads": 2}


  • open c:\programdata\docker\config\daemon.json
  • add an entry
"max-concurrent-uploads": x
  • restart docker
  • more information can be found here