1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/swarm
Aaron Lehmann 0f9fc54df9 Revise swarm init/update flags, add unlocking capability
- Neither swarm init or swarm update should take an unlock key
- Add an autolock flag to turn on autolock
- Make the necessary docker api changes
- Add SwarmGetUnlockKey API call and use it when turning on autolock
- Add swarm unlock-key subcommand

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-11-09 16:09:00 -08:00
..
cmd.go Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00
init.go Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00
join.go change join node role judge 2016-10-19 19:47:42 +08:00
join_token.go Fix bunch of typos 2016-10-29 15:03:26 +08:00
leave.go add short flag for force 2016-11-09 14:40:47 +08:00
opts.go Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00
opts_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
unlock.go Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00
unlock_key.go Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00
update.go Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00