Docker: アドレスプールの設定(Windows)

C:\ProgramData\Docker\config\daemon.json

{
  "default-address-pools":
  [
    {"base":"10.220.0.0/16","size":24}
  ]
}