moby--moby/api/client
Daniel Nephin 12a00e6017 Add Swarm management CLI commands
As described in our ROADMAP.md, introduce new Swarm management commands
to call to the corresponding API endpoints.

This PR is fully backward compatible (joining a Swarm is an optional
feature of the Engine, and existing commands are not impacted).

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Signed-off-by: Victor Vieux <vieux@docker.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-06-13 22:17:15 -07:00
..
container Migrate ps command to cobra 2016-06-14 11:59:37 +09:00
formatter Add a check for size field in custom format string 2016-06-03 21:59:10 +02:00
idresolver Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
image Merge pull request #23256 from vdemeester/migrate-pull-push-to-cobra 2016-06-13 14:16:42 -07:00
inspect remove fallback for Go 1.4 2016-06-07 22:38:02 +02:00
network Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
node Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
registry Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
service Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
swarm Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
system Migrate stats and events command to cobra. 2016-06-08 10:39:53 +08:00
task Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
volume Fix some context sharing/plumbing 2016-06-09 17:58:10 +02:00
cli.go Convert 'docker create' to use cobra and pflag 2016-06-04 13:57:30 +02:00
client.go
commands.go Migrate ps command to cobra 2016-06-14 11:59:37 +09:00
cp.go
credentials.go Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
exec.go Convert 'docker run' to a cobra command and to use pflags 2016-06-04 13:55:35 +02:00
exec_test.go
hijack.go Fix logrus formatting 2016-06-11 13:16:55 -07:00
info.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
inspect.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
registry.go Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
tag.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
trust.go Moving Image{Push,Pull}Privileged to trust.go 2016-06-10 12:07:32 +02:00
trust_test.go
update.go
utils.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00