mirror of
https://github.com/moby/moby.git
synced 2025-12-24 13:21:20 +03:00
Implement allocating IPs from CIDR within bridge network
Fixes #4986 Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
@@ -54,6 +54,7 @@ expect an integer, and they can only be specified once.
|
||||
-b, --bridge="" Attach containers to a pre-existing network bridge
|
||||
use 'none' to disable container networking
|
||||
--bip="" Use this CIDR notation address for the network bridge's IP, not compatible with -b
|
||||
--fixed-cidr="" IPv4 subnet for fixed IPs (ex: 10.20.0.0/16)
|
||||
-D, --debug=false Enable debug mode
|
||||
-d, --daemon=false Enable daemon mode
|
||||
--dns=[] Force Docker to use specific DNS servers
|
||||
|
||||
Reference in New Issue
Block a user