moby--moby/runconfig
Madhu Venugopal 1ac350a0ec Support for --publish-service flag in docker run
This commit makes use of the CNM model supported by LibNetwork and
provides an ability to let a container to publish a specified service.
Behind the scenes, if a service with the given name doesnt exist, it is
automatically created on appropriate network and attach the container.

Signed-off-by: Alessandro Boch <aboch@docker.com>
Signed-off-by: Madhu Venugopal <madhu@docker.com>
2015-06-20 11:03:38 -07:00
..
fixtures Decode container configurations into typed structures. 2015-04-15 10:22:07 -07:00
compare.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
config.go Support for --publish-service flag in docker run 2015-06-20 11:03:38 -07:00
config_test.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
exec.go Revert "Add docker exec run a command in privileged mode" 2015-05-26 14:12:16 -07:00
hostconfig.go Merge pull request #14023 from mavenugo/net_ui 2015-06-19 09:26:05 -07:00
merge.go Container don't inherit from image labels 2015-06-05 11:11:22 -07:00
parse.go register libnetwork API and UI with docker parent chain 2015-06-18 12:07:58 -07:00
parse_experimental.go Support for --publish-service flag in docker run 2015-06-20 11:03:38 -07:00
parse_stub.go Mark --volume-driver as experimental 2015-05-21 20:34:17 -07:00
parse_test.go Add test for net=container and links 2015-03-23 19:50:33 -07:00