1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
Lei Jitang 2d6c4af15e Prevent connecting to host and prevent disconnecting from host
Container has private network namespace can not to connect to host
and container with host network can not be disconnected from host.

Signed-off-by: Lei Jitang <leijitang@huawei.com>
(cherry picked from commit a2d8c93fc6)
2015-11-10 12:50:34 -05:00
..
fixtures Add support for DNS options 2015-09-16 14:06:45 -07:00
compare.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
compare_test.go abstract the string slice struct to stringutils package 2015-08-29 01:08:40 +08:00
config.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
config_test.go abstract the string slice struct to stringutils package 2015-08-29 01:08:40 +08:00
config_unix.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
config_windows.go Move netmode validation to server 2015-08-14 12:17:41 -07:00
exec.go Revert "Revert "Add docker exec run a command in privileged mode"" 2015-08-13 16:36:44 +10:00
exec_test.go Add minor vet fixes 2015-07-12 19:16:38 +02:00
hostconfig.go bump libcontainer to 902c012e85cdae6bb68d8c7a0df69a42f818ce96 2015-10-06 17:55:09 +02:00
hostconfig_test.go Network remote APIs using new router, --net=<user-defined-network> changes 2015-10-07 03:54:19 -07:00
hostconfig_unix.go Prevent user from deleting pre-defined networks 2015-10-30 20:27:44 -04:00
hostconfig_windows.go Prevent user from deleting pre-defined networks 2015-10-30 20:27:44 -04:00
merge.go Revert "Container don't inherit from image labels" 2015-08-11 17:01:57 -07:00
merge_test.go Remove panic in nat package on invalid hostport 2015-07-17 13:02:54 -07:00
parse.go Prevent connecting to host and prevent disconnecting from host 2015-11-10 12:50:34 -05:00
parse_test.go fix the error msg of func TestParseRunVolumes 2015-10-10 14:56:50 +08:00
parse_unix.go Network remote APIs using new router, --net=<user-defined-network> changes 2015-10-07 03:54:19 -07:00
parse_windows.go Move netmode validation to server 2015-08-14 12:17:41 -07:00