mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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> |
||
|---|---|---|
| .. | ||
| stream | ||
| archive.go | ||
| container.go | ||
| container_linux.go | ||
| container_notlinux.go | ||
| container_unit_test.go | ||
| container_unix.go | ||
| container_windows.go | ||
| env.go | ||
| env_test.go | ||
| health.go | ||
| history.go | ||
| memory_store.go | ||
| memory_store_test.go | ||
| monitor.go | ||
| mounts_unix.go | ||
| mounts_windows.go | ||
| state.go | ||
| state_solaris.go | ||
| state_test.go | ||
| state_unix.go | ||
| state_windows.go | ||
| store.go | ||