1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
Zhang Wei d9217acb11 bugfix: prevent creating network 'default'
Default is predefined network and is reserved, so we should stop user
from creating network with name `default`

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-01-26 12:58:46 -08:00
..
fixtures
opts Network scoped alias support 2016-01-14 08:44:41 -08:00
compare.go
compare_test.go
config.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
config_test.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
config_unix.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
config_windows.go Allow user to choose the IP address for the container 2016-01-08 10:09:16 -08:00
errors.go Network scoped alias support 2016-01-14 08:44:41 -08:00
hostconfig.go
hostconfig_test.go
hostconfig_unix.go bugfix: prevent creating network 'default' 2016-01-26 12:58:46 -08:00
hostconfig_windows.go
streams.go