mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
The commit adds capability to accept csv parameters for network option in service create/update commands.The change includes name,alias driver options specific to the network. With this the following will be supported docker service create --name web --network name=docknet,alias=web1,driver-opt=field1=value1 nginx docker service create --name web --network docknet nginx docker service update web --network-add name=docknet,alias=web1,driver-opt=field1=value1 docker service update web --network-rm docknet Signed-off-by: Abhinandan Prativadi <abhi@docker.com> Upstream-commit: fe11de01772ec7c7501d3b679ce94d41bcc14060 Component: engine