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/stack
Sebastiaan van Stijn 6559abaf47 Merge pull request #31557 from ripcurld0/add_stack_ls
Add the format option to the docker stack ls command
2017-04-26 19:13:33 -07:00
..
client_test.go stack rm should accept multiple arguments 2017-04-05 01:08:37 -04:00
cmd.go Move docker stack out of experimental 2016-11-21 15:30:25 -05:00
common.go updates for review comments 2017-04-11 14:02:01 -04:00
deploy.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
deploy_bundlefile.go Set the alias to the service name instead of the network name 2017-03-27 11:42:15 +02:00
deploy_composefile.go Set Composefile WorkingDir to dirname of the composefile. 2017-04-17 15:14:58 -04:00
deploy_composefile_test.go Set Composefile WorkingDir to dirname of the composefile. 2017-04-17 15:14:58 -04:00
deploy_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
list.go Add format to docker stack ls 2017-04-25 16:45:30 +03:00
opts.go Replace fmt.Errorf() with errors.Errorf() in the cli 2017-03-24 16:58:07 -04:00
ps.go Add --format to docker service ps 2017-02-10 16:53:04 -08:00
remove.go stack rm should accept multiple arguments 2017-04-05 01:08:37 -04:00
remove_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
services.go Add --format to docker service ls 2017-02-01 08:33:19 -08:00