meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:docker:network [2020/03/19 14:08] – [Linux Kernel drivers] niziaklinux:docker:network [2020/03/20 20:13] (current) niziak
Line 24: Line 24:
 Will assign 16 bit class for docker daemon, and docker daemon will create 24 bit network per each network. Will assign 16 bit class for docker daemon, and docker daemon will create 24 bit network per each network.
  
 +
 +Another example:
 +<file json | /etc/docker/daemon.json>
 +{
 +  "bip": "10.200.0.1/24",
 +  "default-address-pools":[
 +    {"base":"10.201.0.0/16","size":24},
 +    {"base":"10.202.0.0/16","size":24}
 +  ]
 +}
 +</file>
 ====== How to connect container to real network ====== ====== How to connect container to real network ======