mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
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> Upstream-commit: 1ac350a0ecfe9d28c82d6dff6a763a378ff9c472 Component: engine