DockerCLI/cli/command/swarm
Flavio Crisciani 169160ba63 Inroduce SWARM --data-path-addr flag
This new flag will allow the configuration of an interface that
can be used for data path traffic to be isolated from control
plane traffic. This flag is simply percolated down to libnetwork
and will be used by all the global scope drivers (today overlay)

Negative test added for invalid flag arguments

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2017-05-03 18:45:48 -07:00
..
testdata Output `docker swarm join` on a single line 2017-05-03 17:46:41 -07:00
client_test.go Update imports. 2017-04-17 18:07:56 -04:00
cmd.go Update imports. 2017-04-17 18:07:56 -04:00
init.go Inroduce SWARM --data-path-addr flag 2017-05-03 18:45:48 -07:00
init_test.go Update imports. 2017-04-17 18:07:56 -04:00
join.go Inroduce SWARM --data-path-addr flag 2017-05-03 18:45:48 -07:00
join_test.go Update imports. 2017-04-17 18:07:56 -04:00
join_token.go Output `docker swarm join` on a single line 2017-05-03 17:46:41 -07:00
join_token_test.go Update imports. 2017-04-17 18:07:56 -04:00
leave.go Update imports. 2017-04-17 18:07:56 -04:00
leave_test.go Update imports. 2017-04-17 18:07:56 -04:00
opts.go Inroduce SWARM --data-path-addr flag 2017-05-03 18:45:48 -07:00
opts_test.go Import docker/docker/cli 2017-04-17 17:40:59 -04:00
unlock.go Update imports. 2017-04-17 18:07:56 -04:00
unlock_key.go Update imports. 2017-04-17 18:07:56 -04:00
unlock_key_test.go Update imports. 2017-04-17 18:07:56 -04:00
unlock_test.go Unit tests for cli/commands/image (except build and tag) 2017-05-03 18:40:22 -07:00
update.go Update imports. 2017-04-17 18:07:56 -04:00
update_test.go Update imports. 2017-04-17 18:07:56 -04:00